#525C1C

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

Shades of Army green #525C1C

Tints of Army green #525C1C

Color information

#525C1C (or 0x525C1C) is unknown color: approx Army green. HEX triplet: 52, 5C and 1C. RGB value is (82,92,28). Sum of RGB (Red+Green+Blue) = 82+92+28=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #525C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C1C is #ADA3E3. Grayscale: #515151. Windows color (decimal): -11379684 or 1858642. OLE color: 1858642.

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

Color convert

RGB829228-
CMYK0.1100.700.64
HSL69.38º53.33%23.53%-
HSV(B)69.38º69.57%36.08%-
XYZ7.529.532.54-
YUV81.7197.69128.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 92 (36.33% from 255) = 45.54%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=40.59%
G=45.54%
B=13.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8292280.1100.700.6469.3853.3323.53
Hex525C1CB04640453518
Octal122134341301061001056530
Binary10100101011100111001011010001101000000100010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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