#397D11

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

Shades of Bilbao #397D11

Tints of Bilbao #397D11

Color information

#397D11 (or 0x397D11) is unknown color: approx Bilbao. HEX triplet: 39, 7D and 11. RGB value is (57,125,17). Sum of RGB (Red+Green+Blue) = 57+125+17=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 125 (49.22% from 255 or 62.81% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 125 - color contains mainly: green. Hex color #397D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397D11 is #C682EE. Grayscale: #5C5C5C. Windows color (decimal): -13009647 or 1146169. OLE color: 1146169.

HSL color Cylindrical-coordinate representation of color #397D11: hue angle of 97.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #397D11 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB5712517-
CMYK0.5400.860.51
HSL97.78º76.06%27.84%-
HSV(B)97.78º86.4%49.02%-
XYZ9.1215.583.06-
YUV92.3685.47102.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 125 (49.22% from 255) = 62.81%
BLUE value IS 17 (7.03% from 255) = 8.54%
R=28.64%
G=62.81%
B=8.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57125170.5400.860.5197.7876.0627.84
Hex397D113605633624c1c
Octal71175216601266314211434
Binary111001111110110001110110010101101100111100010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,125,17); }

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

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

 a { background-color: rgb(57,125,17); }

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

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

 span { border-color: rgb(57,125,17); }

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