Html Css Color HEX #52551F Army green

📋 copy color: '#52551F'

red 82 ◦ green 85 ◦ blue 31

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

Shades of Army green #52551F

Tints of Army green #52551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 41.41%
G = 42.93%
B = 15.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#52551F (or 0x52551F) is known color: Army green. HEX triplet: 52, 55 and 1F. RGB value is (82,85,31). Sum of RGB (Red+Green+Blue) = 82+85+31=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #52551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52551F is #ADAAE0. Grayscale: #4E4E4E. Windows color (decimal): -11381473 or 2053458. OLE color: 2053458.

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

Color convert

RGB 82 85 31 -
CMYK 0.04 0 0.64 0.67
HSL 63.33º 0.47% 0.23% -
HSV(B) 63.33º 0.64% 0.33% -
XYZ 6.98 8.39 2.55 -
YUV 77.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 82 85 31 0.04 0 0.64 0.67 63.33 0.47 0.23
Hex 52 55 1F 4 0 40 43 3F 2F 17
Octal 122 125 37 4 0 100 103 77 57 27
Binary 1010010 1010101 11111 100 0 1000000 1000011 111111 101111 10111

Color Harmonies of #52551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52551F

Black with #52551F

Text Example


Text Example

White with #52551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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