Html Css Color HEX #397020 Bilbao

📋 copy color: '#397020'

red 57 ◦ green 112 ◦ blue 32

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

Shades of Bilbao #397020

Tints of Bilbao #397020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.72%

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 28.36%
G = 55.72%
B = 15.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#397020 (or 0x397020) is known color: Bilbao. HEX triplet: 39, 70 and 20. RGB value is (57,112,32). Sum of RGB (Red+Green+Blue) = 57+112+32=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #397020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397020 is #C68FDF. Grayscale: #565656. Windows color (decimal): -13012960 or 2125881. OLE color: 2125881.

HSL color Cylindrical-coordinate representation of color #397020: hue angle of 101.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #397020 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 32 -
CMYK 0.49 0 0.71 0.56
HSL 101.25º 0.56% 0.28% -
HSV(B) 101.25º 0.71% 0.44% -
XYZ 7.74 12.56 3.38 -
YUV 86.44 97.28 107 -
System Red Green Blue C M Y K H S L
Decimal 57 112 32 0.49 0 0.71 0.56 101.25 0.56 0.28
Hex 39 70 20 31 0 47 38 65 38 1C
Octal 71 160 40 61 0 107 70 145 70 34
Binary 111001 1110000 100000 110001 0 1000111 111000 1100101 111000 11100

Color Harmonies of #397020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397020

Black with #397020

Text Example


Text Example

White with #397020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397020; }

 p { color: rgb(57,112,32); }

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

background-color css

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

 a { background-color: rgb(57,112,32); }

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

border-color css

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

 span { border-color: rgb(57,112,32); }

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