#358C76

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

Shades of Viridian #358C76

Tints of Viridian #358C76

Color information

#358C76 (or 0x358C76) is unknown color: approx Viridian. HEX triplet: 35, 8C and 76. RGB value is (53,140,118). Sum of RGB (Red+Green+Blue) = 53+140+118=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #358C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C76 is #CA7389. Grayscale: #6F6F6F. Windows color (decimal): -13267850 or 7769141. OLE color: 7769141.

HSL color Cylindrical-coordinate representation of color #358C76: hue angle of 164.83º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C76 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB53140118-
CMYK0.6200.160.45
HSL164.83º45.08%37.84%-
HSV(B)164.83º62.14%54.9%-
XYZ14.1220.8220.41-
YUV111.48131.6886.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=17.04%
G=45.02%
B=37.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531401180.6200.160.45164.8345.0837.84
Hex358C763E0102Da52d26
Octal6521416676020552455546
Binary11010110001100111011011111001000010110110100101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,140,118); }

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

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

 a { background-color: rgb(53,140,118); }

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

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

 span { border-color: rgb(53,140,118); }

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