#397815

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

Shades of Bilbao #397815

Tints of Bilbao #397815

Color information

#397815 (or 0x397815) is unknown color: approx Bilbao. HEX triplet: 39, 78 and 15. RGB value is (57,120,21). Sum of RGB (Red+Green+Blue) = 57+120+21=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #397815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397815 is #C687EA. Grayscale: #5A5A5A. Windows color (decimal): -13010923 or 1407033. OLE color: 1407033.

HSL color Cylindrical-coordinate representation of color #397815: hue angle of 98.18º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #397815 is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB5712021-
CMYK0.5200.830.53
HSL98.18º70.21%27.65%-
HSV(B)98.18º82.5%47.06%-
XYZ8.5414.363.03-
YUV89.8889.13104.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=28.79%
G=60.61%
B=10.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120210.5200.830.5398.1870.2127.65
Hex397815340533562461c
Octal71170256401236514210634
Binary111001111100010101110100010100111101011100010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397815; }

 p { color: rgb(57,120,21); }

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

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

 a { background-color: rgb(57,120,21); }

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

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

 span { border-color: rgb(57,120,21); }

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