#397A2C

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

Shades of Bilbao #397A2C

Tints of Bilbao #397A2C

Color information

#397A2C (or 0x397A2C) is unknown color: approx Bilbao. HEX triplet: 39, 7A and 2C. RGB value is (57,122,44). Sum of RGB (Red+Green+Blue) = 57+122+44=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #397A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A2C is #C685D3. Grayscale: #5D5D5D. Windows color (decimal): -13010388 or 2914873. OLE color: 2914873.

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

Color convert

RGB5712244-
CMYK0.5300.640.52
HSL110º46.99%32.55%-
HSV(B)110º63.93%47.84%-
XYZ9.114.974.79-
YUV93.6799.97101.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 122 (48.05% from 255) = 54.71%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=25.56%
G=54.71%
B=19.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122440.5300.640.5211046.9932.55
Hex397A2C35040346e2f21
Octal7117254650100641565741
Binary1110011111010101100110101010000001101001101110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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