#38752C

Color #38752C Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #38752C

Tints of Bilbao #38752C

Color information

#38752C (or 0x38752C) is unknown color: approx Bilbao. HEX triplet: 38, 75 and 2C. RGB value is (56,117,44). Sum of RGB (Red+Green+Blue) = 56+117+44=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #38752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38752C is #C78AD3. Grayscale: #5A5A5A. Windows color (decimal): -13077204 or 2913592. OLE color: 2913592.

HSL color Cylindrical-coordinate representation of color #38752C: hue angle of 110.14º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38752C is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB5611744-
CMYK0.5200.620.54
HSL110.14º45.34%31.57%-
HSV(B)110.14º62.39%45.88%-
XYZ8.4513.754.59-
YUV90.44101.79103.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=25.81%
G=53.92%
B=20.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117440.5200.620.54110.1445.3431.57
Hex38752C3403E366e2d20
Octal701655464076661565540
Binary111000111010110110011010001111101101101101110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38752C; }

 p { color: rgb(56,117,44); }

 H1.HeaderClassName
 {
   color: #38752C;
 }
 .AnyTagClassName
 {
   color: #38752C;
 }
</style>
background-color css

<style>
 a { background-color: #38752C; }

 a { background-color: rgb(56,117,44); }

 div.DivClassName
 {
   background-color: #38752C;
 }
 .BgClassName
 {
   background-color: #38752C;
 }
</style>
border-color css

<style>
 span { border-color: #38752C; }

 span { border-color: rgb(56,117,44); }

 td.TdClassName
 {
   border-color: #38752C;
 }
 .TagClassName
 {
   border-color: #38752C;
 }
</style>