Html Css Color HEX #397119 Bilbao

📋 copy color: '#397119'

red 57 ◦ green 113 ◦ blue 25

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

Shades of Bilbao #397119

Tints of Bilbao #397119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.95%

 BLUE value IS 25 (10.16% from 255) = 12.82%

R = 29.23%
G = 57.95%
B = 12.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#397119 (or 0x397119) is known color: Bilbao. HEX triplet: 39, 71 and 19. RGB value is (57,113,25). Sum of RGB (Red+Green+Blue) = 57+113+25=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #397119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397119 is #C68EE6. Grayscale: #565656. Windows color (decimal): -13012711 or 1667385. OLE color: 1667385.

HSL color Cylindrical-coordinate representation of color #397119: hue angle of 98.18º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #397119 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 25 -
CMYK 0.50 0 0.78 0.56
HSL 98.18º 0.64% 0.27% -
HSV(B) 98.18º 0.78% 0.44% -
XYZ 7.77 12.75 2.97 -
YUV 86.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 57 113 25 0.50 0 0.78 0.56 98.18 0.64 0.27
Hex 39 71 19 32 0 4E 38 62 40 1B
Octal 71 161 31 62 0 116 70 142 100 33
Binary 111001 1110001 11001 110010 0 1001110 111000 1100010 1000000 11011

Color Harmonies of #397119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397119

Black with #397119

Text Example


Text Example

White with #397119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397119; }

 p { color: rgb(57,113,25); }

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

background-color css

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

 a { background-color: rgb(57,113,25); }

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

border-color css

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

 span { border-color: rgb(57,113,25); }

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