#357816

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

Shades of Bilbao #357816

Tints of Bilbao #357816

Color information

#357816 (or 0x357816) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 16. RGB value is (53,120,22). Sum of RGB (Red+Green+Blue) = 53+120+22=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 120 (47.27% from 255 or 61.54% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 120 - color contains mainly: green. Hex color #357816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357816 is #CA87E9. Grayscale: #595959. Windows color (decimal): -13273066 or 1472565. OLE color: 1472565.

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

Color convert

RGB5312022-
CMYK0.5600.820.53
HSL101.02º69.01%27.84%-
HSV(B)101.02º81.67%47.06%-
XYZ8.3314.253.07-
YUV88.7990.3102.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 120 (47.27% from 255) = 61.54%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=27.18%
G=61.54%
B=11.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120220.5600.820.53101.0269.0127.84
Hex357816380523565451c
Octal65170267001226514510534
Binary110101111100010110111000010100101101011100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357816; }

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

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

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

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

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

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

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

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