#53675D

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

Shades of Viridian Green #53675D

Tints of Viridian Green #53675D

Color information

#53675D (or 0x53675D) is unknown color: approx Viridian Green. HEX triplet: 53, 67 and 5D. RGB value is (83,103,93). Sum of RGB (Red+Green+Blue) = 83+103+93=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 103 - color contains mainly: green. Hex color #53675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53675D is #AC98A2. Grayscale: #5F5F5F. Windows color (decimal): -11311267 or 6121299. OLE color: 6121299.

HSL color Cylindrical-coordinate representation of color #53675D: hue angle of 150º degrees, saturation: 0.11, 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 #53675D is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8310393-
CMYK0.1900.100.60
HSL150º10.75%36.47%-
HSV(B)150º19.42%40.39%-
XYZ10.3912.3312.19-
YUV95.88126.37118.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=29.75%
G=36.92%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103930.1900.100.6015010.7536.47
Hex53675D130A3C96b24
Octal12314713523012742261344
Binary1010011110011110111011001101010111100100101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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