Html Css Color HEX #396E04 Bilbao

📋 copy color: '#396E04'

red 57 ◦ green 110 ◦ blue 4

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

Shades of Bilbao #396E04

Tints of Bilbao #396E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 64.33%

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 33.33%
G = 64.33%
B = 2.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#396E04 (or 0x396E04) is known color: Bilbao. HEX triplet: 39, 6E and 04. RGB value is (57,110,4). Sum of RGB (Red+Green+Blue) = 57+110+4=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 110 (43.36% from 255 or 64.33% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 110 - color contains mainly: green. Hex color #396E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396E04 is #C691FB. Grayscale: #525252. Windows color (decimal): -13013500 or 290361. OLE color: 290361.

HSL color Cylindrical-coordinate representation of color #396E04: hue angle of 90º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #396E04 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 110 4 -
CMYK 0.48 0 0.96 0.57
HSL 90º 0.93% 0.22% -
HSV(B) 90º 0.96% 0.43% -
XYZ 7.29 12.03 2.05 -
YUV 82.07 83.94 110.12 -
System Red Green Blue C M Y K H S L
Decimal 57 110 4 0.48 0 0.96 0.57 90 0.93 0.22
Hex 39 6E 4 30 0 60 39 5A 5D 16
Octal 71 156 4 60 0 140 71 132 135 26
Binary 111001 1101110 100 110000 0 1100000 111001 1011010 1011101 10110

Color Harmonies of #396E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E04

Black with #396E04

Text Example


Text Example

White with #396E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,110,4); }

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

background-color css

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

 a { background-color: rgb(57,110,4); }

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

border-color css

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

 span { border-color: rgb(57,110,4); }

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