#397113

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

Shades of Bilbao #397113

Tints of Bilbao #397113

Color information

#397113 (or 0x397113) is unknown color: approx Bilbao. HEX triplet: 39, 71 and 13. RGB value is (57,113,19). Sum of RGB (Red+Green+Blue) = 57+113+19=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #397113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397113 is #C68EEC. Grayscale: #555555. Windows color (decimal): -13012717 or 1274169. OLE color: 1274169.

HSL color Cylindrical-coordinate representation of color #397113: hue angle of 95.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #397113 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB5711319-
CMYK0.5000.830.56
HSL95.74º71.21%25.88%-
HSV(B)95.74º83.19%44.31%-
XYZ7.7112.732.67-
YUV85.5490.45107.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 113 (44.53% from 255) = 59.79%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=30.16%
G=59.79%
B=10.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113190.5000.830.5695.7471.2125.88
Hex397113320533860471a
Octal71161236201237014010732
Binary111001111000110011110010010100111110001100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397113; }

 p { color: rgb(57,113,19); }

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

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

 a { background-color: rgb(57,113,19); }

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

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

 span { border-color: rgb(57,113,19); }

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