#525C1F

Color #525C1F Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #525C1F

Tints of Army green #525C1F

Color information

#525C1F (or 0x525C1F) is unknown color: approx Army green. HEX triplet: 52, 5C and 1F. RGB value is (82,92,31). Sum of RGB (Red+Green+Blue) = 82+92+31=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #525C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C1F is #ADA3E0. Grayscale: #525252. Windows color (decimal): -11379681 or 2055250. OLE color: 2055250.

HSL color Cylindrical-coordinate representation of color #525C1F: hue angle of 69.84º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #525C1F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB829231-
CMYK0.1100.660.64
HSL69.84º49.59%24.12%-
HSV(B)69.84º66.3%36.08%-
XYZ7.559.552.74-
YUV82.0699.19127.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=40%
G=44.88%
B=15.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8292310.1100.660.6469.8449.5924.12
Hex525C1FB04240463218
Octal122134371301021001066230
Binary10100101011100111111011010000101000000100011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #525C1F;
 }
 .AnyTagClassName
 {
   color: #525C1F;
 }
</style>
background-color css

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

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

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

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

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

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