#397C2C

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

Shades of Bilbao #397C2C

Tints of Bilbao #397C2C

Color information

#397C2C (or 0x397C2C) is unknown color: approx Bilbao. HEX triplet: 39, 7C and 2C. RGB value is (57,124,44). Sum of RGB (Red+Green+Blue) = 57+124+44=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #397C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C2C is #C683D3. Grayscale: #5F5F5F. Windows color (decimal): -13009876 or 2915385. OLE color: 2915385.

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

Color convert

RGB5712444-
CMYK0.5400.650.51
HSL110.25º47.62%32.94%-
HSV(B)110.25º64.52%48.63%-
XYZ9.3515.474.88-
YUV94.8599.3101-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 124 (48.83% from 255) = 55.11%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=25.33%
G=55.11%
B=19.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124440.5400.650.51110.2547.6232.94
Hex397C2C36041336e3021
Octal7117454660101631566041
Binary1110011111100101100110110010000011100111101110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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