#397A09

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

Shades of Bilbao #397A09

Tints of Bilbao #397A09

Color information

#397A09 (or 0x397A09) is unknown color: approx Bilbao. HEX triplet: 39, 7A and 09. RGB value is (57,122,9). Sum of RGB (Red+Green+Blue) = 57+122+9=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 122 (48.05% from 255 or 64.89% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 122 - color contains mainly: green. Hex color #397A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397A09 is #C685F6. Grayscale: #5A5A5A. Windows color (decimal): -13010423 or 621113. OLE color: 621113.

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

Color convert

RGB571229-
CMYK0.5300.930.52
HSL94.51º86.26%25.69%-
HSV(B)94.51º92.62%47.84%-
XYZ8.714.812.66-
YUV89.6882.47104.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 122 (48.05% from 255) = 64.89%
BLUE value IS 9 (3.91% from 255) = 4.79%
R=30.32%
G=64.89%
B=4.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5712290.5300.930.5294.5186.2625.69
Hex397A93505D345f561a
Octal71172116501356413712632
Binary11100111110101001110101010111011101001011111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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