#357818

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

Shades of Bilbao #357818

Tints of Bilbao #357818

Color information

#357818 (or 0x357818) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 18. RGB value is (53,120,24). Sum of RGB (Red+Green+Blue) = 53+120+24=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #357818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357818 is #CA87E7. Grayscale: #595959. Windows color (decimal): -13273064 or 1603637. OLE color: 1603637.

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

Color convert

RGB5312024-
CMYK0.5600.80.53
HSL101.88º66.67%28.24%-
HSV(B)101.88º80%47.06%-
XYZ8.3514.263.18-
YUV89.0291.3102.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=26.90%
G=60.91%
B=12.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120240.5600.80.53101.8866.6728.24
Hex357818380503566431c
Octal65170307001206514610334
Binary110101111100011000111000010100001101011100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357818; }

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

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

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

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

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

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

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

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