#357A60

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

Shades of Viridian #357A60

Tints of Viridian #357A60

Color information

#357A60 (or 0x357A60) is unknown color: approx Viridian. HEX triplet: 35, 7A and 60. RGB value is (53,122,96). Sum of RGB (Red+Green+Blue) = 53+122+96=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #357A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A60 is #CA859F. Grayscale: #626262. Windows color (decimal): -13272480 or 6322741. OLE color: 6322741.

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

Color convert

RGB5312296-
CMYK0.5700.210.52
HSL157.39º39.43%34.31%-
HSV(B)157.39º56.56%47.84%-
XYZ10.5415.5213.51-
YUV98.4126.6495.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=19.56%
G=45.02%
B=35.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122960.5700.210.52157.3939.4334.31
Hex357A6039015349d2722
Octal6517214071025642354742
Binary1101011111010110000011100101010111010010011101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,96); }

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

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

 a { background-color: rgb(53,122,96); }

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

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

 span { border-color: rgb(53,122,96); }

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