Html Css Color HEX #505723 Army green

📋 copy color: '#505723'

red 80 ◦ green 87 ◦ blue 35

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

Shades of Army green #505723

Tints of Army green #505723

RGB

 RED value IS 80 (31.64% from 255) = 39.6%

 GREEN value IS 87 (34.38% from 255) = 43.07%

 BLUE value IS 35 (14.06% from 255) = 17.33%

R = 39.6%
G = 43.07%
B = 17.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#505723 (or 0x505723) is known color: Army green. HEX triplet: 50, 57 and 23. RGB value is (80,87,35). Sum of RGB (Red+Green+Blue) = 80+87+35=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 87 - color contains mainly: green. Hex color #505723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505723 is #AFA8DC. Grayscale: #4F4F4F. Windows color (decimal): -11512029 or 2316112. OLE color: 2316112.

HSL color Cylindrical-coordinate representation of color #505723: hue angle of 68.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #505723 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 35 -
CMYK 0.08 0 0.60 0.66
HSL 68.08º 0.43% 0.24% -
HSV(B) 68.08º 0.6% 0.34% -
XYZ 7.02 8.64 2.89 -
YUV 78.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 80 87 35 0.08 0 0.60 0.66 68.08 0.43 0.24
Hex 50 57 23 8 0 3C 42 44 2B 18
Octal 120 127 43 10 0 74 102 104 53 30
Binary 1010000 1010111 100011 1000 0 111100 1000010 1000100 101011 11000

Color Harmonies of #505723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505723

Black with #505723

Text Example


Text Example

White with #505723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505723; }

 p { color: rgb(80,87,35); }

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

background-color css

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

 a { background-color: rgb(80,87,35); }

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

border-color css

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

 span { border-color: rgb(80,87,35); }

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