#53655D

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

Shades of Viridian Green #53655D

Tints of Viridian Green #53655D

Color information

#53655D (or 0x53655D) is unknown color: approx Viridian Green. HEX triplet: 53, 65 and 5D. RGB value is (83,101,93). Sum of RGB (Red+Green+Blue) = 83+101+93=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #53655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655D is #AC9AA2. Grayscale: #5E5E5E. Windows color (decimal): -11311779 or 6120787. OLE color: 6120787.

HSL color Cylindrical-coordinate representation of color #53655D: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #53655D is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB8310193-
CMYK0.1800.080.60
HSL153.33º9.78%36.08%-
HSV(B)153.33º17.82%39.61%-
XYZ10.211.9412.12-
YUV94.71127.04119.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=29.96%
G=36.46%
B=33.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101930.1800.080.60153.339.7836.08
Hex53655D12083C99a24
Octal12314513522010742311244
Binary1010011110010110111011001001000111100100110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53655D; }

 p { color: rgb(83,101,93); }

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

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

 a { background-color: rgb(83,101,93); }

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

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

 span { border-color: rgb(83,101,93); }

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