Html Css Color HEX #505823 Army green

📋 copy color: '#505823'

red 80 ◦ green 88 ◦ blue 35

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

Shades of Army green #505823

Tints of Army green #505823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.35%

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

R = 39.41%
G = 43.35%
B = 17.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#505823 (or 0x505823) is known color: Army green. HEX triplet: 50, 58 and 23. RGB value is (80,88,35). Sum of RGB (Red+Green+Blue) = 80+88+35=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #505823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505823 is #AFA7DC. Grayscale: #4F4F4F. Windows color (decimal): -11511773 or 2316368. OLE color: 2316368.

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

Color convert

RGB 80 88 35 -
CMYK 0.09 0 0.60 0.65
HSL 69.06º 0.43% 0.24% -
HSV(B) 69.06º 0.6% 0.35% -
XYZ 7.1 8.81 2.92 -
YUV 79.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 80 88 35 0.09 0 0.60 0.65 69.06 0.43 0.24
Hex 50 58 23 9 0 3C 41 45 2B 18
Octal 120 130 43 11 0 74 101 105 53 30
Binary 1010000 1011000 100011 1001 0 111100 1000001 1000101 101011 11000

Color Harmonies of #505823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505823

Black with #505823

Text Example


Text Example

White with #505823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505823; }

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

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

background-color css

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

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

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

border-color css

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

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

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