#359273

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

Shades of Viridian #359273

Tints of Viridian #359273

Color information

#359273 (or 0x359273) is unknown color: approx Viridian. HEX triplet: 35, 92 and 73. RGB value is (53,146,115). Sum of RGB (Red+Green+Blue) = 53+146+115=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #359273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359273 is #CA6D8C. Grayscale: #727272. Windows color (decimal): -13266317 or 7574069. OLE color: 7574069.

HSL color Cylindrical-coordinate representation of color #359273: hue angle of 160º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359273 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB53146115-
CMYK0.6400.210.43
HSL160º46.73%39.02%-
HSV(B)160º63.7%57.25%-
XYZ14.8422.5519.79-
YUV114.66128.1984.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=16.88%
G=46.50%
B=36.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461150.6400.210.4316046.7339.02
Hex359273400152Ba02f27
Octal65222163100025532405747
Binary110101100100101110011100000001010110101110100000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359273; }

 p { color: rgb(53,146,115); }

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

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

 a { background-color: rgb(53,146,115); }

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

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

 span { border-color: rgb(53,146,115); }

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