#396F1C

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

Shades of Bilbao #396F1C

Tints of Bilbao #396F1C

Color information

#396F1C (or 0x396F1C) is unknown color: approx Bilbao. HEX triplet: 39, 6F and 1C. RGB value is (57,111,28). Sum of RGB (Red+Green+Blue) = 57+111+28=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #396F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F1C is #C690E3. Grayscale: #555555. Windows color (decimal): -13013220 or 1863481. OLE color: 1863481.

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

Color convert

RGB5711128-
CMYK0.4900.750.56
HSL99.04º59.71%27.25%-
HSV(B)99.04º74.77%43.53%-
XYZ7.5812.323.08-
YUV85.3995.61107.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 111 (43.75% from 255) = 56.63%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=29.08%
G=56.63%
B=14.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57111280.4900.750.5699.0459.7127.25
Hex396F1C3104B38633c1b
Octal7115734610113701437433
Binary11100111011111110011000101001011111000110001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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