#358363

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

Shades of Viridian #358363

Tints of Viridian #358363

Color information

#358363 (or 0x358363) is unknown color: approx Viridian. HEX triplet: 35, 83 and 63. RGB value is (53,131,99). Sum of RGB (Red+Green+Blue) = 53+131+99=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #358363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358363 is #CA7C9C. Grayscale: #686868. Windows color (decimal): -13270173 or 6521653. OLE color: 6521653.

HSL color Cylindrical-coordinate representation of color #358363: hue angle of 155.38º 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 #358363 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB5313199-
CMYK0.6000.240.49
HSL155.38º42.39%36.08%-
HSV(B)155.38º59.54%51.37%-
XYZ11.8417.8914.63-
YUV104.03125.1691.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=18.73%
G=46.29%
B=34.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131990.6000.240.49155.3842.3936.08
Hex3583633C018319b2a24
Octal6520314374030612335244
Binary11010110000011110001111110001100011000110011011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358363; }

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

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

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

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

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

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

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

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