#357D63

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

Shades of Viridian #357D63

Tints of Viridian #357D63

Color information

#357D63 (or 0x357D63) is unknown color: approx Viridian. HEX triplet: 35, 7D and 63. RGB value is (53,125,99). Sum of RGB (Red+Green+Blue) = 53+125+99=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #357D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D63 is #CA829C. Grayscale: #646464. Windows color (decimal): -13271709 or 6520117. OLE color: 6520117.

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

Color convert

RGB5312599-
CMYK0.5800.210.51
HSL158.33º40.45%34.9%-
HSV(B)158.33º57.6%49.02%-
XYZ11.0516.3214.37-
YUV100.51127.1594.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=19.13%
G=45.13%
B=35.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53125990.5800.210.51158.3340.4534.9
Hex357D633A015339e2823
Octal6517514372025632365043
Binary1101011111101110001111101001010111001110011110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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