Html Css Color HEX #397017 Bilbao

📋 copy color: '#397017'

red 57 ◦ green 112 ◦ blue 23

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

Shades of Bilbao #397017

Tints of Bilbao #397017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.33%

 BLUE value IS 23 (9.38% from 255) = 11.98%

R = 29.69%
G = 58.33%
B = 11.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#397017 (or 0x397017) is known color: Bilbao. HEX triplet: 39, 70 and 17. RGB value is (57,112,23). Sum of RGB (Red+Green+Blue) = 57+112+23=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #397017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397017 is #C68FE8. Grayscale: #555555. Windows color (decimal): -13012969 or 1536057. OLE color: 1536057.

HSL color Cylindrical-coordinate representation of color #397017: hue angle of 97.08º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #397017 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 23 -
CMYK 0.49 0 0.79 0.56
HSL 97.08º 0.66% 0.26% -
HSV(B) 97.08º 0.79% 0.44% -
XYZ 7.64 12.52 2.82 -
YUV 85.41 92.78 107.74 -
System Red Green Blue C M Y K H S L
Decimal 57 112 23 0.49 0 0.79 0.56 97.08 0.66 0.26
Hex 39 70 17 31 0 4F 38 61 42 1A
Octal 71 160 27 61 0 117 70 141 102 32
Binary 111001 1110000 10111 110001 0 1001111 111000 1100001 1000010 11010

Color Harmonies of #397017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397017

Black with #397017

Text Example


Text Example

White with #397017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397017; }

 p { color: rgb(57,112,23); }

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

background-color css

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

 a { background-color: rgb(57,112,23); }

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

border-color css

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

 span { border-color: rgb(57,112,23); }

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