#53635E

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

Shades of Viridian Green #53635E

Tints of Viridian Green #53635E

Color information

#53635E (or 0x53635E) is unknown color: approx Viridian Green. HEX triplet: 53, 63 and 5E. RGB value is (83,99,94). Sum of RGB (Red+Green+Blue) = 83+99+94=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 99 - color contains mainly: green. Hex color #53635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53635E is #AC9CA1. Grayscale: #5D5D5D. Windows color (decimal): -11312290 or 6185811. OLE color: 6185811.

HSL color Cylindrical-coordinate representation of color #53635E: hue angle of 161.25º 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 #53635E is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB839994-
CMYK0.1600.050.61
HSL161.25º8.79%35.69%-
HSV(B)161.25º16.16%38.82%-
XYZ10.0511.5712.29-
YUV93.65128.2120.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=30.07%
G=35.87%
B=34.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399940.1600.050.61161.258.7935.69
Hex53635E10053Da1924
Octal1231431362005752411144
Binary101001111000111011110100000101111101101000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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