Html Css Color HEX #52501F Army green

📋 copy color: '#52501F'

red 82 ◦ green 80 ◦ blue 31

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

Shades of Army green #52501F

Tints of Army green #52501F

RGB

 RED value IS 82 (32.42% from 255) = 42.49%

 GREEN value IS 80 (31.64% from 255) = 41.45%

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 42.49%
G = 41.45%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52501F (or 0x52501F) is known color: Army green. HEX triplet: 52, 50 and 1F. RGB value is (82,80,31). Sum of RGB (Red+Green+Blue) = 82+80+31=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52501F is #ADAFE0. Grayscale: #4B4B4B. Windows color (decimal): -11382753 or 2052178. OLE color: 2052178.

HSL color Cylindrical-coordinate representation of color #52501F: hue angle of 57.65º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52501F is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 80 31 -
CMYK 0 0.02 0.62 0.68
HSL 57.65º 0.45% 0.22% -
HSV(B) 57.65º 0.62% 0.32% -
XYZ 6.6 7.63 2.42 -
YUV 75.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 82 80 31 0 0.02 0.62 0.68 57.65 0.45 0.22
Hex 52 50 1F 0 2 3E 44 3A 2D 16
Octal 122 120 37 0 2 76 104 72 55 26
Binary 1010010 1010000 11111 0 10 111110 1000100 111010 101101 10110

Color Harmonies of #52501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52501F

Black with #52501F

Text Example


Text Example

White with #52501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,80,31); }

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

background-color css

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

 a { background-color: rgb(82,80,31); }

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

border-color css

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

 span { border-color: rgb(82,80,31); }

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