#357A61

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

Shades of Viridian #357A61

Tints of Viridian #357A61

Color information

#357A61 (or 0x357A61) is unknown color: approx Viridian. HEX triplet: 35, 7A and 61. RGB value is (53,122,97). Sum of RGB (Red+Green+Blue) = 53+122+97=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #357A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A61 is #CA859E. Grayscale: #626262. Windows color (decimal): -13272479 or 6388277. OLE color: 6388277.

HSL color Cylindrical-coordinate representation of color #357A61: hue angle of 158.26º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A61 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB5312297-
CMYK0.5700.200.52
HSL158.26º39.43%34.31%-
HSV(B)158.26º56.56%47.84%-
XYZ10.5915.5413.75-
YUV98.52127.1495.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=19.49%
G=44.85%
B=35.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122970.5700.200.52158.2639.4334.31
Hex357A6139014349e2722
Octal6517214171024642364742
Binary1101011111010110000111100101010011010010011110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,97); }

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

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

 a { background-color: rgb(53,122,97); }

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

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

 span { border-color: rgb(53,122,97); }

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