#357C63

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

Shades of Viridian #357C63

Tints of Viridian #357C63

Color information

#357C63 (or 0x357C63) is unknown color: approx Viridian. HEX triplet: 35, 7C and 63. RGB value is (53,124,99). Sum of RGB (Red+Green+Blue) = 53+124+99=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #357C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C63 is #CA839C. Grayscale: #636363. Windows color (decimal): -13271965 or 6519861. OLE color: 6519861.

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

Color convert

RGB5312499-
CMYK0.5700.200.51
HSL158.87º40.11%34.71%-
HSV(B)158.87º57.26%48.63%-
XYZ10.9316.0714.33-
YUV99.92127.4894.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=19.20%
G=44.93%
B=35.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124990.5700.200.51158.8740.1134.71
Hex357C6339014339f2823
Octal6517414371024632375043
Binary1101011111100110001111100101010011001110011111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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