#53665F

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

Shades of Viridian Green #53665F

Tints of Viridian Green #53665F

Color information

#53665F (or 0x53665F) is unknown color: approx Viridian Green. HEX triplet: 53, 66 and 5F. RGB value is (83,102,95). Sum of RGB (Red+Green+Blue) = 83+102+95=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #53665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53665F is #AC99A0. Grayscale: #5F5F5F. Windows color (decimal): -11311521 or 6252115. OLE color: 6252115.

HSL color Cylindrical-coordinate representation of color #53665F: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #53665F is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB8310295-
CMYK0.1900.070.6
HSL157.89º10.27%36.27%-
HSV(B)157.89º18.63%40%-
XYZ10.3812.1712.63-
YUV95.52127.71119.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=29.64%
G=36.43%
B=33.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102950.1900.070.6157.8910.2736.27
Hex53665F13073C9ea24
Octal1231461372307742361244
Binary101001111001101011111100110111111100100111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53665F; }

 p { color: rgb(83,102,95); }

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

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

 a { background-color: rgb(83,102,95); }

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

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

 span { border-color: rgb(83,102,95); }

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