#396C1B

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

Shades of Bilbao #396C1B

Tints of Bilbao #396C1B

Color information

#396C1B (or 0x396C1B) is unknown color: approx Bilbao. HEX triplet: 39, 6C and 1B. RGB value is (57,108,27). Sum of RGB (Red+Green+Blue) = 57+108+27=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #396C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C1B is #C693E4. Grayscale: #535353. Windows color (decimal): -13013989 or 1797177. OLE color: 1797177.

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

Color convert

RGB5710827-
CMYK0.4700.750.58
HSL97.78º60%26.47%-
HSV(B)97.78º75%42.35%-
XYZ7.2511.672.91-
YUV83.5296.1109.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=29.69%
G=56.25%
B=14.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57108270.4700.750.5897.786026.47
Hex396C1B2F04B3A623c1a
Octal7115433570113721427432
Binary11100111011001101110111101001011111010110001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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