#397217

Color #397217 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #397217

Tints of Bilbao #397217

Color information

#397217 (or 0x397217) is unknown color: approx 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

RGB5711423-
CMYK0.5000.800.55
HSL97.58º66.42%26.86%-
HSV(B)97.58º79.82%44.71%-
XYZ7.8612.972.9-
YUV86.5892.12106.9-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114230.5000.800.5597.5866.4226.86
Hex397217320503762421b
Octal71162276201206714210233
Binary111001111001010111110010010100001101111100010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>