Html Css Color HEX #396A1D Bilbao

📋 copy color: '#396A1D'

red 57 ◦ green 106 ◦ blue 29

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

Shades of Bilbao #396A1D

Tints of Bilbao #396A1D

RGB

 RED value IS 57 (22.66% from 255) = 29.69%

 GREEN value IS 106 (41.8% from 255) = 55.21%

 BLUE value IS 29 (11.72% from 255) = 15.1%

R = 29.69%
G = 55.21%
B = 15.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#396A1D (or 0x396A1D) is known color: Bilbao. HEX triplet: 39, 6A and 1D. RGB value is (57,106,29). Sum of RGB (Red+Green+Blue) = 57+106+29=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #396A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A1D is #C695E2. Grayscale: #525252. Windows color (decimal): -13014499 or 1927737. OLE color: 1927737.

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

Color convert

RGB 57 106 29 -
CMYK 0.46 0 0.73 0.58
HSL 98.18º 0.57% 0.26% -
HSV(B) 98.18º 0.73% 0.42% -
XYZ 7.06 11.27 2.96 -
YUV 82.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 57 106 29 0.46 0 0.73 0.58 98.18 0.57 0.26
Hex 39 6A 1D 2E 0 49 3A 62 39 1A
Octal 71 152 35 56 0 111 72 142 71 32
Binary 111001 1101010 11101 101110 0 1001001 111010 1100010 111001 11010

Color Harmonies of #396A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A1D

Black with #396A1D

Text Example


Text Example

White with #396A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #396A1D;
 }
 .AnyTagClassName
 {
   color: #396A1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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