#357F66

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

Shades of Viridian #357F66

Tints of Viridian #357F66

Color information

#357F66 (or 0x357F66) is unknown color: approx Viridian. HEX triplet: 35, 7F and 66. RGB value is (53,127,102). Sum of RGB (Red+Green+Blue) = 53+127+102=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #357F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F66 is #CA8099. Grayscale: #666666. Windows color (decimal): -13271194 or 6717237. OLE color: 6717237.

HSL color Cylindrical-coordinate representation of color #357F66: hue angle of 159.73º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F66 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB53127102-
CMYK0.5800.200.50
HSL159.73º41.11%35.29%-
HSV(B)159.73º58.27%49.8%-
XYZ11.4616.8915.23-
YUV102.02127.9893.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=18.79%
G=45.04%
B=36.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531271020.5800.200.50159.7341.1135.29
Hex357F663A01432a02923
Octal6517714672024622405143
Binary1101011111111110011011101001010011001010100000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,127,102); }

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

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

 a { background-color: rgb(53,127,102); }

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

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

 span { border-color: rgb(53,127,102); }

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