Html Css Color HEX #397228 Bilbao

📋 copy color: '#397228'

red 57 ◦ green 114 ◦ blue 40

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

Shades of Bilbao #397228

Tints of Bilbao #397228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 27.01%
G = 54.03%
B = 18.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#397228 (or 0x397228) is known color: Bilbao. HEX triplet: 39, 72 and 28. RGB value is (57,114,40). Sum of RGB (Red+Green+Blue) = 57+114+40=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #397228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397228 is #C68DD7. Grayscale: #585858. Windows color (decimal): -13012440 or 2650681. OLE color: 2650681.

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

Color convert

RGB 57 114 40 -
CMYK 0.50 0 0.65 0.55
HSL 106.22º 0.48% 0.3% -
HSV(B) 106.22º 0.65% 0.45% -
XYZ 8.09 13.06 4.1 -
YUV 88.52 100.62 105.52 -
System Red Green Blue C M Y K H S L
Decimal 57 114 40 0.50 0 0.65 0.55 106.22 0.48 0.3
Hex 39 72 28 32 0 41 37 6A 30 1E
Octal 71 162 50 62 0 101 67 152 60 36
Binary 111001 1110010 101000 110010 0 1000001 110111 1101010 110000 11110

Color Harmonies of #397228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397228

Black with #397228

Text Example


Text Example

White with #397228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397228; }

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

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

background-color css

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

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

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

border-color css

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

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

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