#357119

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

Shades of Bilbao #357119

Tints of Bilbao #357119

Color information

#357119 (or 0x357119) is unknown color: approx Bilbao. HEX triplet: 35, 71 and 19. RGB value is (53,113,25). Sum of RGB (Red+Green+Blue) = 53+113+25=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #357119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357119 is #CA8EE6. Grayscale: #555555. Windows color (decimal): -13274855 or 1667381. OLE color: 1667381.

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

Color convert

RGB5311325-
CMYK0.5300.780.56
HSL100.91º63.77%27.06%-
HSV(B)100.91º77.88%44.31%-
XYZ7.5512.642.96-
YUV85.0394.12105.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 113 (44.53% from 255) = 59.16%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=27.75%
G=59.16%
B=13.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113250.5300.780.56100.9163.7727.06
Hex3571193504E3865401b
Octal65161316501167014510033
Binary110101111000111001110101010011101110001100101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357119; }

 p { color: rgb(53,113,25); }

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

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

 a { background-color: rgb(53,113,25); }

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

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

 span { border-color: rgb(53,113,25); }

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