#358262

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

Shades of Viridian #358262

Tints of Viridian #358262

Color information

#358262 (or 0x358262) is unknown color: approx Viridian. HEX triplet: 35, 82 and 62. RGB value is (53,130,98). Sum of RGB (Red+Green+Blue) = 53+130+98=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #358262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358262 is #CA7D9D. Grayscale: #676767. Windows color (decimal): -13270430 or 6455861. OLE color: 6455861.

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

Color convert

RGB5313098-
CMYK0.5900.250.49
HSL155.06º42.08%35.88%-
HSV(B)155.06º59.23%50.98%-
XYZ11.6617.614.34-
YUV103.33124.9992.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=18.86%
G=46.26%
B=34.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130980.5900.250.49155.0642.0835.88
Hex3582623B019319b2a24
Octal6520214273031612335244
Binary11010110000010110001011101101100111000110011011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358262; }

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

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

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

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

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

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

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

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