#358565

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

Shades of Viridian #358565

Tints of Viridian #358565

Color information

#358565 (or 0x358565) is unknown color: approx Viridian. HEX triplet: 35, 85 and 65. RGB value is (53,133,101). Sum of RGB (Red+Green+Blue) = 53+133+101=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #358565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358565 is #CA7A9A. Grayscale: #696969. Windows color (decimal): -13269659 or 6653237. OLE color: 6653237.

HSL color Cylindrical-coordinate representation of color #358565: hue angle of 156º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358565 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB53133101-
CMYK0.6000.240.48
HSL156º43.01%36.47%-
HSV(B)156º60.15%52.16%-
XYZ12.218.4715.23-
YUV105.43125.590.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=18.47%
G=46.34%
B=35.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531331010.6000.240.4815643.0136.47
Hex3585653C018309c2b24
Octal6520514574030602345344
Binary11010110000101110010111110001100011000010011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358565; }

 p { color: rgb(53,133,101); }

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

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

 a { background-color: rgb(53,133,101); }

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

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

 span { border-color: rgb(53,133,101); }

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