#358E6E

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

Shades of Viridian #358E6E

Tints of Viridian #358E6E

Color information

#358E6E (or 0x358E6E) is unknown color: approx Viridian. HEX triplet: 35, 8E and 6E. RGB value is (53,142,110). Sum of RGB (Red+Green+Blue) = 53+142+110=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #358E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E6E is #CA7191. Grayscale: #6F6F6F. Windows color (decimal): -13267346 or 7245365. OLE color: 7245365.

HSL color Cylindrical-coordinate representation of color #358E6E: hue angle of 158.43º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E6E is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB53142110-
CMYK0.6300.230.44
HSL158.43º45.64%38.24%-
HSV(B)158.43º62.68%55.69%-
XYZ13.9621.2318.11-
YUV111.74127.0186.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=17.38%
G=46.56%
B=36.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531421100.6300.230.44158.4345.6438.24
Hex358E6E3F0172C9e2e26
Octal6521615677027542365646
Binary11010110001110110111011111101011110110010011110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358E6E; }

 p { color: rgb(53,142,110); }

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

<style>
 a { background-color: #358E6E; }

 a { background-color: rgb(53,142,110); }

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

<style>
 span { border-color: #358E6E; }

 span { border-color: rgb(53,142,110); }

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