Html Css Color HEX #505325 Army green

📋 copy color: '#505325'

red 80 ◦ green 83 ◦ blue 37

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

Shades of Army green #505325

Tints of Army green #505325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 37 (14.84% from 255) = 18.5%

R = 40%
G = 41.5%
B = 18.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#505325 (or 0x505325) is known color: Army green. HEX triplet: 50, 53 and 25. RGB value is (80,83,37). Sum of RGB (Red+Green+Blue) = 80+83+37=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #505325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505325 is #AFACDA. Grayscale: #4D4D4D. Windows color (decimal): -11513051 or 2446160. OLE color: 2446160.

HSL color Cylindrical-coordinate representation of color #505325: hue angle of 63.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505325 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 37 -
CMYK 0.04 0 0.55 0.67
HSL 63.91º 0.38% 0.24% -
HSV(B) 63.91º 0.55% 0.33% -
XYZ 6.74 8.03 2.94 -
YUV 76.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 80 83 37 0.04 0 0.55 0.67 63.91 0.38 0.24
Hex 50 53 25 4 0 37 43 40 26 18
Octal 120 123 45 4 0 67 103 100 46 30
Binary 1010000 1010011 100101 100 0 110111 1000011 1000000 100110 11000

Color Harmonies of #505325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505325

Black with #505325

Text Example


Text Example

White with #505325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505325; }

 p { color: rgb(80,83,37); }

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

background-color css

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

 a { background-color: rgb(80,83,37); }

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

border-color css

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

 span { border-color: rgb(80,83,37); }

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