Html Css Color HEX #535614 Army green

📋 copy color: '#535614'

red 83 ◦ green 86 ◦ blue 20

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

Shades of Army green #535614

Tints of Army green #535614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.5%

 BLUE value IS 20 (8.2% from 255) = 10.58%

R = 43.92%
G = 45.5%
B = 10.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#535614 (or 0x535614) is known color: Army green. HEX triplet: 53, 56 and 14. RGB value is (83,86,20). Sum of RGB (Red+Green+Blue) = 83+86+20=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #535614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535614 is #ACA9EB. Grayscale: #4D4D4D. Windows color (decimal): -11315692 or 1332819. OLE color: 1332819.

HSL color Cylindrical-coordinate representation of color #535614: hue angle of 62.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #535614 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 86 20 -
CMYK 0.03 0 0.77 0.66
HSL 62.73º 0.62% 0.21% -
HSV(B) 62.73º 0.77% 0.34% -
XYZ 7.02 8.55 1.94 -
YUV 77.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 83 86 20 0.03 0 0.77 0.66 62.73 0.62 0.21
Hex 53 56 14 3 0 4D 42 3F 3E 15
Octal 123 126 24 3 0 115 102 77 76 25
Binary 1010011 1010110 10100 11 0 1001101 1000010 111111 111110 10101

Color Harmonies of #535614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535614

Black with #535614

Text Example


Text Example

White with #535614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535614; }

 p { color: rgb(83,86,20); }

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

background-color css

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

 a { background-color: rgb(83,86,20); }

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

border-color css

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

 span { border-color: rgb(83,86,20); }

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