#53655C

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

Shades of Viridian Green #53655C

Tints of Viridian Green #53655C

Color information

#53655C (or 0x53655C) is unknown color: approx Viridian Green. HEX triplet: 53, 65 and 5C. RGB value is (83,101,92). Sum of RGB (Red+Green+Blue) = 83+101+92=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 101 - color contains mainly: green. Hex color #53655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655C is #AC9AA3. Grayscale: #5E5E5E. Windows color (decimal): -11311780 or 6055251. OLE color: 6055251.

HSL color Cylindrical-coordinate representation of color #53655C: hue angle of 150º 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 #53655C is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB8310192-
CMYK0.1800.090.60
HSL150º9.78%36.08%-
HSV(B)150º17.82%39.61%-
XYZ10.1511.9211.89-
YUV94.59126.54119.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=30.07%
G=36.59%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101920.1800.090.601509.7836.08
Hex53655C12093C96a24
Octal12314513422011742261244
Binary1010011110010110111001001001001111100100101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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