#358365

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

Shades of Viridian #358365

Tints of Viridian #358365

Color information

#358365 (or 0x358365) is unknown color: approx Viridian. HEX triplet: 35, 83 and 65. RGB value is (53,131,101). Sum of RGB (Red+Green+Blue) = 53+131+101=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #358365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358365 is #CA7C9A. Grayscale: #686868. Windows color (decimal): -13270171 or 6652725. OLE color: 6652725.

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

Color convert

RGB53131101-
CMYK0.6000.230.49
HSL156.92º42.39%36.08%-
HSV(B)156.92º59.54%51.37%-
XYZ11.9317.9315.14-
YUV104.26126.1691.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=18.60%
G=45.96%
B=35.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531311010.6000.230.49156.9242.3936.08
Hex3583653C017319d2a24
Octal6520314574027612355244
Binary11010110000011110010111110001011111000110011101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358365; }

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

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

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

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

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

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

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

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