Html Css Color HEX #525F1F Army green

📋 copy color: '#525F1F'

red 82 ◦ green 95 ◦ blue 31

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

Shades of Army green #525F1F

Tints of Army green #525F1F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.67%

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

R = 39.42%
G = 45.67%
B = 14.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#525F1F (or 0x525F1F) is known color: Army green. HEX triplet: 52, 5F and 1F. RGB value is (82,95,31). Sum of RGB (Red+Green+Blue) = 82+95+31=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #525F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F1F is #ADA0E0. Grayscale: #545454. Windows color (decimal): -11378913 or 2056018. OLE color: 2056018.

HSL color Cylindrical-coordinate representation of color #525F1F: hue angle of 72.19º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #525F1F is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 95 31 -
CMYK 0.14 0 0.67 0.63
HSL 72.19º 0.51% 0.25% -
HSV(B) 72.19º 0.67% 0.37% -
XYZ 7.82 10.08 2.83 -
YUV 83.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 82 95 31 0.14 0 0.67 0.63 72.19 0.51 0.25
Hex 52 5F 1F E 0 43 3F 48 33 19
Octal 122 137 37 16 0 103 77 110 63 31
Binary 1010010 1011111 11111 1110 0 1000011 111111 1001000 110011 11001

Color Harmonies of #525F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F1F

Black with #525F1F

Text Example


Text Example

White with #525F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F1F; }

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

 H1.HeaderClassName
 {
   color: #525F1F;
 }
 .AnyTagClassName
 {
   color: #525F1F;
 }
</style>

background-color css

<style>
 a { background-color: #525F1F; }

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

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

border-color css

<style>
 span { border-color: #525F1F; }

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

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