#358362

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

Shades of Viridian #358362

Tints of Viridian #358362

Color information

#358362 (or 0x358362) is unknown color: approx Viridian. HEX triplet: 35, 83 and 62. RGB value is (53,131,98). Sum of RGB (Red+Green+Blue) = 53+131+98=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #358362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358362 is #CA7C9D. Grayscale: #676767. Windows color (decimal): -13270174 or 6456117. OLE color: 6456117.

HSL color Cylindrical-coordinate representation of color #358362: hue angle of 154.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358362 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB5313198-
CMYK0.6000.250.49
HSL154.62º42.39%36.08%-
HSV(B)154.62º59.54%51.37%-
XYZ11.7917.8714.38-
YUV103.92124.6691.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=18.79%
G=46.45%
B=34.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131980.6000.250.49154.6242.3936.08
Hex3583623C019319b2a24
Octal6520314274031612335244
Binary11010110000011110001011110001100111000110011011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358362; }

 p { color: rgb(53,131,98); }

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

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

 a { background-color: rgb(53,131,98); }

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

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

 span { border-color: rgb(53,131,98); }

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