Html Css Color HEX #52531F Army green

📋 copy color: '#52531F'

red 82 ◦ green 83 ◦ blue 31

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

Shades of Army green #52531F

Tints of Army green #52531F

RGB

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

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

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

R = 41.84%
G = 42.35%
B = 15.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#52531F (or 0x52531F) is known color: Army green. HEX triplet: 52, 53 and 1F. RGB value is (82,83,31). Sum of RGB (Red+Green+Blue) = 82+83+31=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #52531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52531F is #ADACE0. Grayscale: #4C4C4C. Windows color (decimal): -11381985 or 2052946. OLE color: 2052946.

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

Color convert

RGB 82 83 31 -
CMYK 0.01 0 0.63 0.67
HSL 61.15º 0.46% 0.22% -
HSV(B) 61.15º 0.63% 0.33% -
XYZ 6.82 8.08 2.5 -
YUV 76.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 82 83 31 0.01 0 0.63 0.67 61.15 0.46 0.22
Hex 52 53 1F 1 0 3F 43 3D 2E 16
Octal 122 123 37 1 0 77 103 75 56 26
Binary 1010010 1010011 11111 1 0 111111 1000011 111101 101110 10110

Color Harmonies of #52531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52531F

Black with #52531F

Text Example


Text Example

White with #52531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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