#358666

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

Shades of Viridian #358666

Tints of Viridian #358666

Color information

#358666 (or 0x358666) is unknown color: approx Viridian. HEX triplet: 35, 86 and 66. RGB value is (53,134,102). Sum of RGB (Red+Green+Blue) = 53+134+102=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #358666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358666 is #CA7999. Grayscale: #6A6A6A. Windows color (decimal): -13269402 or 6719029. OLE color: 6719029.

HSL color Cylindrical-coordinate representation of color #358666: hue angle of 156.3º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358666 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB53134102-
CMYK0.6000.240.47
HSL156.3º43.32%36.67%-
HSV(B)156.3º60.45%52.55%-
XYZ12.3918.7715.54-
YUV106.13125.6690.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=18.34%
G=46.37%
B=35.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341020.6000.240.47156.343.3236.67
Hex3586663C0182F9c2b25
Octal6520614674030572345345
Binary11010110000110110011011110001100010111110011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358666; }

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

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

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

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

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

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

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

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