#357815

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

Shades of Bilbao #357815

Tints of Bilbao #357815

Color information

#357815 (or 0x357815) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 15. RGB value is (53,120,21). Sum of RGB (Red+Green+Blue) = 53+120+21=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #357815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357815 is #CA87EA. Grayscale: #595959. Windows color (decimal): -13273067 or 1407029. OLE color: 1407029.

HSL color Cylindrical-coordinate representation of color #357815: hue angle of 100.61º 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 #357815 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB5312021-
CMYK0.5600.830.53
HSL100.61º70.21%27.65%-
HSV(B)100.61º82.5%47.06%-
XYZ8.3214.243.02-
YUV88.6889.8102.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 120 (47.27% from 255) = 61.86%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=27.32%
G=61.86%
B=10.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120210.5600.830.53100.6170.2127.65
Hex357815380533565461c
Octal65170257001236514510634
Binary110101111100010101111000010100111101011100101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357815; }

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

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

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

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

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

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

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

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