Html Css Color HEX #53635E Viridian Green

📋 copy color: '#53635E'

red 83 ◦ green 99 ◦ blue 94

#53635E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #53635E

Tints of Viridian Green #53635E

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 value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#53635E (or 0x53635E) is known color: 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

RGB 83 99 94 -
CMYK 0.16 0 0.05 0.61
HSL 161.25º 0.09% 0.36% -
HSV(B) 161.25º 0.16% 0.39% -
XYZ 10.05 11.57 12.29 -
YUV 93.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 83 99 94 0.16 0 0.05 0.61 161.25 0.09 0.36
Hex 53 63 5E 10 0 5 3D A1 9 24
Octal 123 143 136 20 0 5 75 241 11 44
Binary 1010011 1100011 1011110 10000 0 101 111101 10100001 1001 100100

Color Harmonies of #53635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53635E

Black with #53635E

Text Example


Text Example

White with #53635E

Text Example


Text Example

HTML Codes & Css Web 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>