#396C1D

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

Shades of Bilbao #396C1D

Tints of Bilbao #396C1D

Color information

#396C1D (or 0x396C1D) is unknown color: approx Bilbao. HEX triplet: 39, 6C and 1D. RGB value is (57,108,29). Sum of RGB (Red+Green+Blue) = 57+108+29=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #396C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C1D is #C693E2. Grayscale: #545454. Windows color (decimal): -13013987 or 1928249. OLE color: 1928249.

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

Color convert

RGB5710829-
CMYK0.4700.730.58
HSL98.73º57.66%26.86%-
HSV(B)98.73º73.15%42.35%-
XYZ7.2711.683.03-
YUV83.7497.1108.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 108 (42.58% from 255) = 55.67%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=29.38%
G=55.67%
B=14.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57108290.4700.730.5898.7357.6626.86
Hex396C1D2F0493A633a1b
Octal7115435570111721437233
Binary11100111011001110110111101001001111010110001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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