#357C60

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

Shades of Viridian #357C60

Tints of Viridian #357C60

Color information

#357C60 (or 0x357C60) is unknown color: approx Viridian. HEX triplet: 35, 7C and 60. RGB value is (53,124,96). Sum of RGB (Red+Green+Blue) = 53+124+96=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #357C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C60 is #CA839F. Grayscale: #636363. Windows color (decimal): -13271968 or 6323253. OLE color: 6323253.

HSL color Cylindrical-coordinate representation of color #357C60: hue angle of 156.34º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C60 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB5312496-
CMYK0.5700.230.51
HSL156.34º40.11%34.71%-
HSV(B)156.34º57.26%48.63%-
XYZ10.7916.0213.59-
YUV99.58125.9894.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=19.41%
G=45.42%
B=35.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124960.5700.230.51156.3440.1134.71
Hex357C6039017339c2823
Octal6517414071027632345043
Binary1101011111100110000011100101011111001110011100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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