Html Css Color HEX #396C1D Bilbao

📋 copy color: '#396C1D'

red 57 ◦ green 108 ◦ blue 29

#396C1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #396C1D

Tints of Bilbao #396C1D

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 value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#396C1D (or 0x396C1D) is known color: 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

RGB 57 108 29 -
CMYK 0.47 0 0.73 0.58
HSL 98.73º 0.58% 0.27% -
HSV(B) 98.73º 0.73% 0.42% -
XYZ 7.27 11.68 3.03 -
YUV 83.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 57 108 29 0.47 0 0.73 0.58 98.73 0.58 0.27
Hex 39 6C 1D 2F 0 49 3A 63 3A 1B
Octal 71 154 35 57 0 111 72 143 72 33
Binary 111001 1101100 11101 101111 0 1001001 111010 1100011 111010 11011

Color Harmonies of #396C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C1D

Black with #396C1D

Text Example


Text Example

White with #396C1D

Text Example


Text Example

HTML Codes & Css Web 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>