#357F68

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

Shades of Viridian #357F68

Tints of Viridian #357F68

Color information

#357F68 (or 0x357F68) is unknown color: approx Viridian. HEX triplet: 35, 7F and 68. RGB value is (53,127,104). Sum of RGB (Red+Green+Blue) = 53+127+104=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #357F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F68 is #CA8097. Grayscale: #666666. Windows color (decimal): -13271192 or 6848309. OLE color: 6848309.

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

Color convert

RGB53127104-
CMYK0.5800.180.50
HSL161.35º41.11%35.29%-
HSV(B)161.35º58.27%49.8%-
XYZ11.5616.9415.76-
YUV102.25128.9892.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=18.66%
G=44.72%
B=36.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531271040.5800.180.50161.3541.1135.29
Hex357F683A01232a12923
Octal6517715072022622415143
Binary1101011111111110100011101001001011001010100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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