#357813

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

Shades of Bilbao #357813

Tints of Bilbao #357813

Color information

#357813 (or 0x357813) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 13. RGB value is (53,120,19). Sum of RGB (Red+Green+Blue) = 53+120+19=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #357813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357813 is #CA87EC. Grayscale: #585858. Windows color (decimal): -13273069 or 1275957. OLE color: 1275957.

HSL color Cylindrical-coordinate representation of color #357813: hue angle of 99.8º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #357813 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB5312019-
CMYK0.5600.840.53
HSL99.8º72.66%27.25%-
HSV(B)99.8º84.17%47.06%-
XYZ8.314.242.93-
YUV88.4588.8102.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 120 (47.27% from 255) = 62.5%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=27.60%
G=62.5%
B=9.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120190.5600.840.5399.872.6627.25
Hex357813380543564491b
Octal65170237001246514411133
Binary110101111100010011111000010101001101011100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357813; }

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

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

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

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

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

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

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

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