Html Css Color HEX #397200 Bilbao

📋 copy color: '#397200'

red 57 ◦ green 114 ◦ blue 0

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

Shades of Bilbao #397200

Tints of Bilbao #397200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#397200 (or 0x397200) is known color: Bilbao. HEX triplet: 39, 72 and 00. RGB value is (57,114,0). Sum of RGB (Red+Green+Blue) = 57+114+0=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #397200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397200 is #C68DFF. Grayscale: #545454. Windows color (decimal): -13012480 or 29241. OLE color: 29241.

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

Color convert

RGB 57 114 0 -
CMYK 0.50 0 1 0.55
HSL 90º 1% 0.22% -
HSV(B) 90º 1% 0.45% -
XYZ 7.7 12.9 2.08 -
YUV 83.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 57 114 0 0.50 0 1 0.55 90 1 0.22
Hex 39 72 0 32 0 64 37 5A 64 16
Octal 71 162 0 62 0 144 67 132 144 26
Binary 111001 1110010 0 110010 0 1100100 110111 1011010 1100100 10110

Color Harmonies of #397200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397200

Black with #397200

Text Example


Text Example

White with #397200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397200; }

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

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

background-color css

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

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

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

border-color css

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

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

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