Html Css Color HEX #52541E Army green

📋 copy color: '#52541E'

red 82 ◦ green 84 ◦ blue 30

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

Shades of Army green #52541E

Tints of Army green #52541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.31%

R = 41.84%
G = 42.86%
B = 15.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#52541E (or 0x52541E) is known color: Army green. HEX triplet: 52, 54 and 1E. RGB value is (82,84,30). Sum of RGB (Red+Green+Blue) = 82+84+30=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #52541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52541E is #ADABE1. Grayscale: #4D4D4D. Windows color (decimal): -11381730 or 1987666. OLE color: 1987666.

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

Color convert

RGB 82 84 30 -
CMYK 0.02 0 0.64 0.67
HSL 62.22º 0.47% 0.22% -
HSV(B) 62.22º 0.64% 0.33% -
XYZ 6.88 8.23 2.45 -
YUV 77.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 82 84 30 0.02 0 0.64 0.67 62.22 0.47 0.22
Hex 52 54 1E 2 0 40 43 3E 2F 16
Octal 122 124 36 2 0 100 103 76 57 26
Binary 1010010 1010100 11110 10 0 1000000 1000011 111110 101111 10110

Color Harmonies of #52541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52541E

Black with #52541E

Text Example


Text Example

White with #52541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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