#39761F

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

Shades of Bilbao #39761F

Tints of Bilbao #39761F

Color information

#39761F (or 0x39761F) is unknown color: approx Bilbao. HEX triplet: 39, 76 and 1F. RGB value is (57,118,31). Sum of RGB (Red+Green+Blue) = 57+118+31=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #39761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39761F is #C689E0. Grayscale: #5A5A5A. Windows color (decimal): -13011425 or 2061881. OLE color: 2061881.

HSL color Cylindrical-coordinate representation of color #39761F: hue angle of 102.07º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39761F is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB5711831-
CMYK0.5200.740.54
HSL102.07º58.39%29.22%-
HSV(B)102.07º73.73%46.27%-
XYZ8.4113.933.54-
YUV89.8494.79104.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 31 (12.5% from 255) = 15.05%
R=27.67%
G=57.28%
B=15.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118310.5200.740.54102.0758.3929.22
Hex39761F3404A36663a1d
Octal7116637640112661467235
Binary11100111101101111111010001001010110110110011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39761F; }

 p { color: rgb(57,118,31); }

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

<style>
 a { background-color: #39761F; }

 a { background-color: rgb(57,118,31); }

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

<style>
 span { border-color: #39761F; }

 span { border-color: rgb(57,118,31); }

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