#358063

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

Shades of Viridian #358063

Tints of Viridian #358063

Color information

#358063 (or 0x358063) is unknown color: approx Viridian. HEX triplet: 35, 80 and 63. RGB value is (53,128,99). Sum of RGB (Red+Green+Blue) = 53+128+99=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #358063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358063 is #CA7F9C. Grayscale: #666666. Windows color (decimal): -13270941 or 6520885. OLE color: 6520885.

HSL color Cylindrical-coordinate representation of color #358063: hue angle of 156.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358063 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5312899-
CMYK0.5900.230.50
HSL156.8º41.44%35.49%-
HSV(B)156.8º58.59%50.2%-
XYZ11.4417.114.5-
YUV102.27126.1592.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=18.93%
G=45.71%
B=35.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128990.5900.230.50156.841.4435.49
Hex3580633B017329d2923
Octal6520014373027622355143
Binary11010110000000110001111101101011111001010011101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358063; }

 p { color: rgb(53,128,99); }

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

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

 a { background-color: rgb(53,128,99); }

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

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

 span { border-color: rgb(53,128,99); }

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