#357120

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

Shades of Bilbao #357120

Tints of Bilbao #357120

Color information

#357120 (or 0x357120) is unknown color: approx Bilbao. HEX triplet: 35, 71 and 20. RGB value is (53,113,32). Sum of RGB (Red+Green+Blue) = 53+113+32=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #357120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357120 is #CA8EDF. Grayscale: #565656. Windows color (decimal): -13274848 or 2126133. OLE color: 2126133.

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

Color convert

RGB5311332-
CMYK0.5300.720.56
HSL104.44º55.86%28.43%-
HSV(B)104.44º71.68%44.31%-
XYZ7.6312.673.41-
YUV85.8397.62104.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 113 (44.53% from 255) = 57.07%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=26.77%
G=57.07%
B=16.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113320.5300.720.56104.4455.8628.43
Hex357120350483868381c
Octal6516140650110701507034
Binary110101111000110000011010101001000111000110100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357120; }

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

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

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

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

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

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

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

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