#397A11

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

Shades of Bilbao #397A11

Tints of Bilbao #397A11

Color information

#397A11 (or 0x397A11) is unknown color: approx Bilbao. HEX triplet: 39, 7A and 11. RGB value is (57,122,17). Sum of RGB (Red+Green+Blue) = 57+122+17=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 122 (48.05% from 255 or 62.24% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 122 - color contains mainly: green. Hex color #397A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397A11 is #C685EE. Grayscale: #5A5A5A. Windows color (decimal): -13010415 or 1145401. OLE color: 1145401.

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

Color convert

RGB5712217-
CMYK0.5300.860.52
HSL97.14º75.54%27.25%-
HSV(B)97.14º86.07%47.84%-
XYZ8.7514.832.93-
YUV90.5986.47104.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 122 (48.05% from 255) = 62.24%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=29.08%
G=62.24%
B=8.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122170.5300.860.5297.1475.5427.25
Hex397A113505634614c1b
Octal71172216501266414111433
Binary111001111101010001110101010101101101001100001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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