#357E62

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

Shades of Viridian #357E62

Tints of Viridian #357E62

Color information

#357E62 (or 0x357E62) is unknown color: approx Viridian. HEX triplet: 35, 7E and 62. RGB value is (53,126,98). Sum of RGB (Red+Green+Blue) = 53+126+98=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #357E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E62 is #CA819D. Grayscale: #656565. Windows color (decimal): -13271454 or 6454837. OLE color: 6454837.

HSL color Cylindrical-coordinate representation of color #357E62: hue angle of 156.99º degrees, saturation: 0.41, 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 #357E62 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB5312698-
CMYK0.5800.220.51
HSL156.99º40.78%35.1%-
HSV(B)156.99º57.94%49.41%-
XYZ11.1316.5614.16-
YUV100.98126.3293.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 126 (49.61% from 255) = 45.49%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=19.13%
G=45.49%
B=35.38%

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
Decimal53126980.5800.220.51156.9940.7835.1
Hex357E623A016339d2923
Octal6517614272026632355143
Binary1101011111110110001011101001011011001110011101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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