Html Css Color HEX #397221 Bilbao

📋 copy color: '#397221'

red 57 ◦ green 114 ◦ blue 33

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

Shades of Bilbao #397221

Tints of Bilbao #397221

RGB

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

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

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

R = 27.94%
G = 55.88%
B = 16.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#397221 (or 0x397221) is known color: Bilbao. HEX triplet: 39, 72 and 21. RGB value is (57,114,33). Sum of RGB (Red+Green+Blue) = 57+114+33=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #397221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397221 is #C68DDE. Grayscale: #575757. Windows color (decimal): -13012447 or 2191929. OLE color: 2191929.

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

Color convert

RGB 57 114 33 -
CMYK 0.50 0 0.71 0.55
HSL 102.22º 0.55% 0.29% -
HSV(B) 102.22º 0.71% 0.45% -
XYZ 7.98 13.01 3.53 -
YUV 87.72 97.12 106.09 -
System Red Green Blue C M Y K H S L
Decimal 57 114 33 0.50 0 0.71 0.55 102.22 0.55 0.29
Hex 39 72 21 32 0 47 37 66 37 1D
Octal 71 162 41 62 0 107 67 146 67 35
Binary 111001 1110010 100001 110010 0 1000111 110111 1100110 110111 11101

Color Harmonies of #397221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397221

Black with #397221

Text Example


Text Example

White with #397221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397221; }

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

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

background-color css

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

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

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

border-color css

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

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

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