Html Css Color HEX #396D21 Bilbao

📋 copy color: '#396D21'

red 57 ◦ green 109 ◦ blue 33

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

Shades of Bilbao #396D21

Tints of Bilbao #396D21

RGB

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

 GREEN value IS 109 (42.97% from 255) = 54.77%

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 28.64%
G = 54.77%
B = 16.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#396D21 (or 0x396D21) is known color: Bilbao. HEX triplet: 39, 6D and 21. RGB value is (57,109,33). Sum of RGB (Red+Green+Blue) = 57+109+33=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #396D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D21 is #C692DE. Grayscale: #555555. Windows color (decimal): -13013727 or 2190649. OLE color: 2190649.

HSL color Cylindrical-coordinate representation of color #396D21: hue angle of 101.05º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #396D21 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 33 -
CMYK 0.48 0 0.70 0.57
HSL 101.05º 0.54% 0.28% -
HSV(B) 101.05º 0.7% 0.43% -
XYZ 7.43 11.92 3.35 -
YUV 84.79 98.77 108.18 -
System Red Green Blue C M Y K H S L
Decimal 57 109 33 0.48 0 0.70 0.57 101.05 0.54 0.28
Hex 39 6D 21 30 0 46 39 65 36 1C
Octal 71 155 41 60 0 106 71 145 66 34
Binary 111001 1101101 100001 110000 0 1000110 111001 1100101 110110 11100

Color Harmonies of #396D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D21

Black with #396D21

Text Example


Text Example

White with #396D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,109,33); }

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

background-color css

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

 a { background-color: rgb(57,109,33); }

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

border-color css

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

 span { border-color: rgb(57,109,33); }

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