#396C1F

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

Shades of Bilbao #396C1F

Tints of Bilbao #396C1F

Color information

#396C1F (or 0x396C1F) is unknown color: approx Bilbao. HEX triplet: 39, 6C and 1F. RGB value is (57,108,31). Sum of RGB (Red+Green+Blue) = 57+108+31=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #396C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C1F is #C693E0. Grayscale: #545454. Windows color (decimal): -13013985 or 2059321. OLE color: 2059321.

HSL color Cylindrical-coordinate representation of color #396C1F: hue angle of 99.74º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #396C1F is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB5710831-
CMYK0.4700.710.58
HSL99.74º55.4%27.25%-
HSV(B)99.74º71.3%42.35%-
XYZ7.311.693.17-
YUV83.9798.1108.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 108 (42.58% from 255) = 55.10%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=29.08%
G=55.10%
B=15.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57108310.4700.710.5899.7455.427.25
Hex396C1F2F0473A64371b
Octal7115437570107721446733
Binary11100111011001111110111101000111111010110010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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