#358265

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

Shades of Viridian #358265

Tints of Viridian #358265

Color information

#358265 (or 0x358265) is unknown color: approx Viridian. HEX triplet: 35, 82 and 65. RGB value is (53,130,101). Sum of RGB (Red+Green+Blue) = 53+130+101=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #358265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358265 is #CA7D9A. Grayscale: #676767. Windows color (decimal): -13270427 or 6652469. OLE color: 6652469.

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

Color convert

RGB53130101-
CMYK0.5900.220.49
HSL157.4º42.08%35.88%-
HSV(B)157.4º59.23%50.98%-
XYZ11.817.6615.1-
YUV103.67126.4991.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=18.66%
G=45.77%
B=35.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301010.5900.220.49157.442.0835.88
Hex3582653B016319d2a24
Octal6520214573026612355244
Binary11010110000010110010111101101011011000110011101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358265; }

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

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

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

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

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

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

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

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