Html Css Color HEX #52581F Army green

📋 copy color: '#52581F'

red 82 ◦ green 88 ◦ blue 31

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

Shades of Army green #52581F

Tints of Army green #52581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.78%

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

R = 40.8%
G = 43.78%
B = 15.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#52581F (or 0x52581F) is known color: Army green. HEX triplet: 52, 58 and 1F. RGB value is (82,88,31). Sum of RGB (Red+Green+Blue) = 82+88+31=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #52581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52581F is #ADA7E0. Grayscale: #4F4F4F. Windows color (decimal): -11380705 or 2054226. OLE color: 2054226.

HSL color Cylindrical-coordinate representation of color #52581F: hue angle of 66.32º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52581F is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 31 -
CMYK 0.07 0 0.65 0.65
HSL 66.32º 0.48% 0.23% -
HSV(B) 66.32º 0.65% 0.35% -
XYZ 7.22 8.87 2.63 -
YUV 79.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 82 88 31 0.07 0 0.65 0.65 66.32 0.48 0.23
Hex 52 58 1F 7 0 41 41 42 30 17
Octal 122 130 37 7 0 101 101 102 60 27
Binary 1010010 1011000 11111 111 0 1000001 1000001 1000010 110000 10111

Color Harmonies of #52581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52581F

Black with #52581F

Text Example


Text Example

White with #52581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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