#357D62

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

Shades of Viridian #357D62

Tints of Viridian #357D62

Color information

#357D62 (or 0x357D62) is unknown color: approx Viridian. HEX triplet: 35, 7D and 62. RGB value is (53,125,98). Sum of RGB (Red+Green+Blue) = 53+125+98=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #357D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D62 is #CA829D. Grayscale: #646464. Windows color (decimal): -13271710 or 6454581. OLE color: 6454581.

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

Color convert

RGB5312598-
CMYK0.5800.220.51
HSL157.5º40.45%34.9%-
HSV(B)157.5º57.6%49.02%-
XYZ11.0116.3114.12-
YUV100.39126.6594.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 125 (49.22% from 255) = 45.29%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=19.20%
G=45.29%
B=35.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53125980.5800.220.51157.540.4534.9
Hex357D623A016339e2823
Octal6517514272026632365043
Binary1101011111101110001011101001011011001110011110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,98); }

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

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

 a { background-color: rgb(53,125,98); }

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

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

 span { border-color: rgb(53,125,98); }

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