#358261

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

Shades of Viridian #358261

Tints of Viridian #358261

Color information

#358261 (or 0x358261) is unknown color: approx Viridian. HEX triplet: 35, 82 and 61. RGB value is (53,130,97). Sum of RGB (Red+Green+Blue) = 53+130+97=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #358261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358261 is #CA7D9E. Grayscale: #676767. Windows color (decimal): -13270431 or 6390325. OLE color: 6390325.

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

Color convert

RGB5313097-
CMYK0.5900.250.49
HSL154.29º42.08%35.88%-
HSV(B)154.29º59.23%50.98%-
XYZ11.6117.5914.09-
YUV103.22124.4992.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=18.93%
G=46.43%
B=34.64%

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
Decimal53130970.5900.250.49154.2942.0835.88
Hex3582613B019319a2a24
Octal6520214173031612325244
Binary11010110000010110000111101101100111000110011010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358261; }

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

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

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

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

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

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

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

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