Html Css Color HEX #397217 Bilbao

📋 copy color: '#397217'

red 57 ◦ green 114 ◦ blue 23

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

Shades of Bilbao #397217

Tints of Bilbao #397217

RGB

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

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

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

R = 29.38%
G = 58.76%
B = 11.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#397217 (or 0x397217) is known color: Bilbao. HEX triplet: 39, 72 and 17. RGB value is (57,114,23). Sum of RGB (Red+Green+Blue) = 57+114+23=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #397217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397217 is #C68DE8. Grayscale: #565656. Windows color (decimal): -13012457 or 1536569. OLE color: 1536569.

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

Color convert

RGB 57 114 23 -
CMYK 0.50 0 0.80 0.55
HSL 97.58º 0.66% 0.27% -
HSV(B) 97.58º 0.8% 0.45% -
XYZ 7.86 12.97 2.9 -
YUV 86.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 57 114 23 0.50 0 0.80 0.55 97.58 0.66 0.27
Hex 39 72 17 32 0 50 37 62 42 1B
Octal 71 162 27 62 0 120 67 142 102 33
Binary 111001 1110010 10111 110010 0 1010000 110111 1100010 1000010 11011

Color Harmonies of #397217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397217

Black with #397217

Text Example


Text Example

White with #397217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397217; }

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

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

background-color css

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

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

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

border-color css

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

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

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