Html Css Color HEX #52541F Army green

📋 copy color: '#52541F'

red 82 ◦ green 84 ◦ blue 31

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

Shades of Army green #52541F

Tints of Army green #52541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.64%

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

R = 41.62%
G = 42.64%
B = 15.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#52541F (or 0x52541F) is known color: Army green. HEX triplet: 52, 54 and 1F. RGB value is (82,84,31). Sum of RGB (Red+Green+Blue) = 82+84+31=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #52541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52541F is #ADABE0. Grayscale: #4D4D4D. Windows color (decimal): -11381729 or 2053202. OLE color: 2053202.

HSL color Cylindrical-coordinate representation of color #52541F: hue angle of 62.26º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52541F is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 31 -
CMYK 0.02 0 0.63 0.67
HSL 62.26º 0.46% 0.23% -
HSV(B) 62.26º 0.63% 0.33% -
XYZ 6.9 8.23 2.52 -
YUV 77.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 82 84 31 0.02 0 0.63 0.67 62.26 0.46 0.23
Hex 52 54 1F 2 0 3F 43 3E 2E 17
Octal 122 124 37 2 0 77 103 76 56 27
Binary 1010010 1010100 11111 10 0 111111 1000011 111110 101110 10111

Color Harmonies of #52541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52541F

Black with #52541F

Text Example


Text Example

White with #52541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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