#53635C

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

Shades of Viridian Green #53635C

Tints of Viridian Green #53635C

Color information

#53635C (or 0x53635C) is unknown color: approx Viridian Green. HEX triplet: 53, 63 and 5C. RGB value is (83,99,92). Sum of RGB (Red+Green+Blue) = 83+99+92=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #53635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53635C is #AC9CA3. Grayscale: #5D5D5D. Windows color (decimal): -11312292 or 6054739. OLE color: 6054739.

HSL color Cylindrical-coordinate representation of color #53635C: hue angle of 153.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #53635C is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB839992-
CMYK0.1600.070.61
HSL153.75º8.79%35.69%-
HSV(B)153.75º16.16%38.82%-
XYZ9.9611.5411.83-
YUV93.42127.2120.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=30.29%
G=36.13%
B=33.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399920.1600.070.61153.758.7935.69
Hex53635C10073D9a924
Octal1231431342007752321144
Binary101001111000111011100100000111111101100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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