#53655E

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

Shades of Viridian Green #53655E

Tints of Viridian Green #53655E

Color information

#53655E (or 0x53655E) is unknown color: approx Viridian Green. HEX triplet: 53, 65 and 5E. RGB value is (83,101,94). Sum of RGB (Red+Green+Blue) = 83+101+94=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #53655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53655E is #AC9AA1. Grayscale: #5E5E5E. Windows color (decimal): -11311778 or 6186323. OLE color: 6186323.

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

Color convert

RGB8310194-
CMYK0.1800.070.60
HSL156.67º9.78%36.08%-
HSV(B)156.67º17.82%39.61%-
XYZ10.2411.9512.36-
YUV94.82127.54119.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=29.86%
G=36.33%
B=33.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101940.1800.070.60156.679.7836.08
Hex53655E12073C9da24
Octal1231451362207742351244
Binary101001111001011011110100100111111100100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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