Html Css Color HEX #53685E Viridian Green

📋 copy color: '#53685E'

red 83 ◦ green 104 ◦ blue 94

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

Shades of Viridian Green #53685E

Tints of Viridian Green #53685E

RGB

 RED value IS 83 (32.81% from 255) = 29.54%

 GREEN value IS 104 (41.02% from 255) = 37.01%

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 29.54%
G = 37.01%
B = 33.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#53685E (or 0x53685E) is known color: Viridian Green. HEX triplet: 53, 68 and 5E. RGB value is (83,104,94). Sum of RGB (Red+Green+Blue) = 83+104+94=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #53685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53685E is #AC97A1. Grayscale: #606060. Windows color (decimal): -11311010 or 6187091. OLE color: 6187091.

HSL color Cylindrical-coordinate representation of color #53685E: hue angle of 151.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53685E is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 94 -
CMYK 0.20 0 0.10 0.59
HSL 151.43º 0.11% 0.37% -
HSV(B) 151.43º 0.2% 0.41% -
XYZ 10.54 12.55 12.46 -
YUV 96.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 83 104 94 0.20 0 0.10 0.59 151.43 0.11 0.37
Hex 53 68 5E 14 0 A 3B 97 B 25
Octal 123 150 136 24 0 12 73 227 13 45
Binary 1010011 1101000 1011110 10100 0 1010 111011 10010111 1011 100101

Color Harmonies of #53685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53685E

Black with #53685E

Text Example


Text Example

White with #53685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53685E;
 }
 .AnyTagClassName
 {
   color: #53685E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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