#396F25

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

Shades of Bilbao #396F25

Tints of Bilbao #396F25

Color information

#396F25 (or 0x396F25) is unknown color: approx Bilbao. HEX triplet: 39, 6F and 25. RGB value is (57,111,37). Sum of RGB (Red+Green+Blue) = 57+111+37=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #396F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F25 is #C690DA. Grayscale: #565656. Windows color (decimal): -13013211 or 2453305. OLE color: 2453305.

HSL color Cylindrical-coordinate representation of color #396F25: hue angle of 103.78º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396F25 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB5711137-
CMYK0.4900.670.56
HSL103.78º50%29.02%-
HSV(B)103.78º66.67%43.53%-
XYZ7.7112.373.73-
YUV86.42100.11107.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=27.80%
G=54.15%
B=18.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57111370.4900.670.56103.785029.02
Hex396F25310433868321d
Octal7115745610103701506235
Binary111001110111110010111000101000011111000110100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396F25; }

 p { color: rgb(57,111,37); }

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

<style>
 a { background-color: #396F25; }

 a { background-color: rgb(57,111,37); }

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

<style>
 span { border-color: #396F25; }

 span { border-color: rgb(57,111,37); }

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