#397a16

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

Shades of Bilbao #397A16

Tints of Bilbao #397A16

Color information

#397A16 (or 0x397A16) is unknown color: approx Bilbao. HEX triplet: 39, 7A and 16. RGB value is (57,122,22). Sum of RGB (Red+Green+Blue) = 57+122+22=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #397A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397A16 is #C685E9. Grayscale: #5B5B5B. Windows color (decimal): -13010410 or 1473081. OLE color: 1473081.

HSL color Cylindrical-coordinate representation of color #397A16: hue angle of 99º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #397A16 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB5712222-
CMYK0.5300.820.52
HSL99º69.44%28.24%-
HSV(B)99º81.97%47.84%-
XYZ8.7914.853.16-
YUV91.1688.97103.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=28.36%
G=60.70%
B=10.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122220.5300.820.529969.4428.24
Hex397A16350523463451c
Octal71172266501226414310534
Binary111001111101010110110101010100101101001100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397a16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397a16; }

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

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

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

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

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

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

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

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