#358765

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

Shades of Viridian #358765

Tints of Viridian #358765

Color information

#358765 (or 0x358765) is unknown color: approx Viridian. HEX triplet: 35, 87 and 65. RGB value is (53,135,101). Sum of RGB (Red+Green+Blue) = 53+135+101=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #358765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358765 is #CA789A. Grayscale: #6A6A6A. Windows color (decimal): -13269147 or 6653749. OLE color: 6653749.

HSL color Cylindrical-coordinate representation of color #358765: hue angle of 155.12º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358765 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB53135101-
CMYK0.6100.250.47
HSL155.12º43.62%36.86%-
HSV(B)155.12º60.74%52.94%-
XYZ12.4819.0215.33-
YUV106.61124.8389.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=18.34%
G=46.71%
B=34.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531351010.6100.250.47155.1243.6236.86
Hex3587653D0192F9b2c25
Octal6520714575031572335445
Binary11010110000111110010111110101100110111110011011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358765; }

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

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

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

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

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

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

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

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