#397216

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

Shades of Bilbao #397216

Tints of Bilbao #397216

Color information

#397216 (or 0x397216) is unknown color: approx Bilbao. HEX triplet: 39, 72 and 16. RGB value is (57,114,22). Sum of RGB (Red+Green+Blue) = 57+114+22=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #397216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397216 is #C68DE9. Grayscale: #565656. Windows color (decimal): -13012458 or 1471033. OLE color: 1471033.

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

Color convert

RGB5711422-
CMYK0.5000.810.55
HSL97.17º67.65%26.67%-
HSV(B)97.17º80.7%44.71%-
XYZ7.8512.962.85-
YUV86.4791.62106.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=29.53%
G=59.07%
B=11.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114220.5000.810.5597.1767.6526.67
Hex397216320513761441b
Octal71162266201216714110433
Binary111001111001010110110010010100011101111100001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397216; }

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

 H1.HeaderClassName
 {
   color: #397216;
 }
 .AnyTagClassName
 {
   color: #397216;
 }
</style>
background-color css

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

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

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

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

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

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