Html Css Color HEX #397204 Bilbao

📋 copy color: '#397204'

red 57 ◦ green 114 ◦ blue 4

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

Shades of Bilbao #397204

Tints of Bilbao #397204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 65.14%

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

R = 32.57%
G = 65.14%
B = 2.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#397204 (or 0x397204) is known color: Bilbao. HEX triplet: 39, 72 and 04. RGB value is (57,114,4). Sum of RGB (Red+Green+Blue) = 57+114+4=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #397204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397204 is #C68DFB. Grayscale: #545454. Windows color (decimal): -13012476 or 291385. OLE color: 291385.

HSL color Cylindrical-coordinate representation of color #397204: hue angle of 91.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #397204 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 114 4 -
CMYK 0.50 0 0.96 0.55
HSL 91.09º 0.93% 0.23% -
HSV(B) 91.09º 0.96% 0.45% -
XYZ 7.73 12.91 2.2 -
YUV 84.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 57 114 4 0.50 0 0.96 0.55 91.09 0.93 0.23
Hex 39 72 4 32 0 60 37 5B 5D 17
Octal 71 162 4 62 0 140 67 133 135 27
Binary 111001 1110010 100 110010 0 1100000 110111 1011011 1011101 10111

Color Harmonies of #397204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397204

Black with #397204

Text Example


Text Example

White with #397204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397204; }

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

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

background-color css

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

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

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

border-color css

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

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

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