Html Css Color HEX #397419 Bilbao

📋 copy color: '#397419'

red 57 ◦ green 116 ◦ blue 25

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

Shades of Bilbao #397419

Tints of Bilbao #397419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58.59%

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

R = 28.79%
G = 58.59%
B = 12.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#397419 (or 0x397419) is known color: Bilbao. HEX triplet: 39, 74 and 19. RGB value is (57,116,25). Sum of RGB (Red+Green+Blue) = 57+116+25=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #397419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397419 is #C68BE6. Grayscale: #585858. Windows color (decimal): -13011943 or 1668153. OLE color: 1668153.

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

Color convert

RGB 57 116 25 -
CMYK 0.51 0 0.78 0.55
HSL 98.9º 0.65% 0.28% -
HSV(B) 98.9º 0.78% 0.45% -
XYZ 8.11 13.43 3.08 -
YUV 87.99 92.45 105.9 -
System Red Green Blue C M Y K H S L
Decimal 57 116 25 0.51 0 0.78 0.55 98.9 0.65 0.28
Hex 39 74 19 33 0 4E 37 63 41 1C
Octal 71 164 31 63 0 116 67 143 101 34
Binary 111001 1110100 11001 110011 0 1001110 110111 1100011 1000001 11100

Color Harmonies of #397419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397419

Black with #397419

Text Example


Text Example

White with #397419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397419; }

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

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

background-color css

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

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

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

border-color css

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

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

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