#53615E

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

Shades of Viridian Green #53615E

Tints of Viridian Green #53615E

Color information

#53615E (or 0x53615E) is unknown color: approx Viridian Green. HEX triplet: 53, 61 and 5E. RGB value is (83,97,94). Sum of RGB (Red+Green+Blue) = 83+97+94=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #53615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53615E is #AC9EA1. Grayscale: #5C5C5C. Windows color (decimal): -11312802 or 6185299. OLE color: 6185299.

HSL color Cylindrical-coordinate representation of color #53615E: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #53615E is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB839794-
CMYK0.1400.030.62
HSL167.14º7.78%35.29%-
HSV(B)167.14º14.43%38.04%-
XYZ9.8611.212.23-
YUV92.47128.86121.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=30.29%
G=35.40%
B=34.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397940.1400.030.62167.147.7835.29
Hex53615EE033Ea7823
Octal1231411361603762471043
Binary1010011110000110111101110011111110101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53615E; }

 p { color: rgb(83,97,94); }

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

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

 a { background-color: rgb(83,97,94); }

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

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

 span { border-color: rgb(83,97,94); }

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