Html Css Color HEX #52501C Army green

📋 copy color: '#52501C'

red 82 ◦ green 80 ◦ blue 28

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

Shades of Army green #52501C

Tints of Army green #52501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.74%

R = 43.16%
G = 42.11%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52501C (or 0x52501C) is known color: Army green. HEX triplet: 52, 50 and 1C. RGB value is (82,80,28). Sum of RGB (Red+Green+Blue) = 82+80+28=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #52501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52501C is #ADAFE3. Grayscale: #4A4A4A. Windows color (decimal): -11382756 or 1855570. OLE color: 1855570.

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

Color convert

RGB 82 80 28 -
CMYK 0 0.02 0.66 0.68
HSL 57.78º 0.49% 0.22% -
HSV(B) 57.78º 0.66% 0.32% -
XYZ 6.56 7.62 2.22 -
YUV 74.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 82 80 28 0 0.02 0.66 0.68 57.78 0.49 0.22
Hex 52 50 1C 0 2 42 44 3A 31 16
Octal 122 120 34 0 2 102 104 72 61 26
Binary 1010010 1010000 11100 0 10 1000010 1000100 111010 110001 10110

Color Harmonies of #52501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52501C

Black with #52501C

Text Example


Text Example

White with #52501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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