Html Css Color HEX #397219 Bilbao

📋 copy color: '#397219'

red 57 ◦ green 114 ◦ blue 25

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

Shades of Bilbao #397219

Tints of Bilbao #397219

RGB

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

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

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

R = 29.08%
G = 58.16%
B = 12.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#397219 (or 0x397219) is known color: Bilbao. HEX triplet: 39, 72 and 19. RGB value is (57,114,25). Sum of RGB (Red+Green+Blue) = 57+114+25=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #397219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397219 is #C68DE6. Grayscale: #575757. Windows color (decimal): -13012455 or 1667641. OLE color: 1667641.

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

Color convert

RGB 57 114 25 -
CMYK 0.50 0 0.78 0.55
HSL 98.43º 0.64% 0.27% -
HSV(B) 98.43º 0.78% 0.45% -
XYZ 7.88 12.97 3.01 -
YUV 86.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 57 114 25 0.50 0 0.78 0.55 98.43 0.64 0.27
Hex 39 72 19 32 0 4E 37 62 40 1B
Octal 71 162 31 62 0 116 67 142 100 33
Binary 111001 1110010 11001 110010 0 1001110 110111 1100010 1000000 11011

Color Harmonies of #397219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397219

Black with #397219

Text Example


Text Example

White with #397219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397219; }

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

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

background-color css

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

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

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

border-color css

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

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

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