Html Css Color HEX #53685F Viridian Green

📋 copy color: '#53685F'

red 83 ◦ green 104 ◦ blue 95

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

Shades of Viridian Green #53685F

Tints of Viridian Green #53685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 29.43%
G = 36.88%
B = 33.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#53685F (or 0x53685F) is known color: Viridian Green. HEX triplet: 53, 68 and 5F. RGB value is (83,104,95). Sum of RGB (Red+Green+Blue) = 83+104+95=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #53685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53685F is #AC97A0. Grayscale: #606060. Windows color (decimal): -11311009 or 6252627. OLE color: 6252627.

HSL color Cylindrical-coordinate representation of color #53685F: hue angle of 154.29º 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 #53685F is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 95 -
CMYK 0.20 0 0.09 0.59
HSL 154.29º 0.11% 0.37% -
HSV(B) 154.29º 0.2% 0.41% -
XYZ 10.58 12.57 12.69 -
YUV 96.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 83 104 95 0.20 0 0.09 0.59 154.29 0.11 0.37
Hex 53 68 5F 14 0 9 3B 9A B 25
Octal 123 150 137 24 0 11 73 232 13 45
Binary 1010011 1101000 1011111 10100 0 1001 111011 10011010 1011 100101

Color Harmonies of #53685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53685F

Black with #53685F

Text Example


Text Example

White with #53685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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