#359073

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

Shades of Viridian #359073

Tints of Viridian #359073

Color information

#359073 (or 0x359073) is unknown color: approx Viridian. HEX triplet: 35, 90 and 73. RGB value is (53,144,115). Sum of RGB (Red+Green+Blue) = 53+144+115=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #359073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359073 is #CA6F8C. Grayscale: #717171. Windows color (decimal): -13266829 or 7573557. OLE color: 7573557.

HSL color Cylindrical-coordinate representation of color #359073: hue angle of 160.88º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359073 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB53144115-
CMYK0.6300.200.44
HSL160.88º46.19%38.63%-
HSV(B)160.88º63.19%56.47%-
XYZ14.5421.9419.69-
YUV113.48128.8584.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 144 (56.64% from 255) = 46.15%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=16.99%
G=46.15%
B=36.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441150.6300.200.44160.8846.1938.63
Hex3590733F0142Ca12e27
Octal6522016377024542415647
Binary11010110010000111001111111101010010110010100001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359073; }

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

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

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

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

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

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

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

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