#357B16

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

Shades of Bilbao #357B16

Tints of Bilbao #357B16

Color information

#357B16 (or 0x357B16) is unknown color: approx Bilbao. HEX triplet: 35, 7B and 16. RGB value is (53,123,22). Sum of RGB (Red+Green+Blue) = 53+123+22=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #357B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357B16 is #CA84E9. Grayscale: #5A5A5A. Windows color (decimal): -13272298 or 1473333. OLE color: 1473333.

HSL color Cylindrical-coordinate representation of color #357B16: hue angle of 101.58º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #357B16 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB5312322-
CMYK0.5700.820.52
HSL101.58º69.66%28.43%-
HSV(B)101.58º82.11%48.24%-
XYZ8.714.983.19-
YUV90.5689.31101.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 123 (48.44% from 255) = 62.12%
BLUE value IS 22 (8.98% from 255) = 11.11%
R=26.77%
G=62.12%
B=11.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53123220.5700.820.52101.5869.6628.43
Hex357B16390523466461c
Octal65173267101226414610634
Binary110101111101110110111001010100101101001100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357B16; }

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

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

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

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

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

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

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

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