Html Css Color HEX #525819 Army green

📋 copy color: '#525819'

red 82 ◦ green 88 ◦ blue 25

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

Shades of Army green #525819

Tints of Army green #525819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.82%

R = 42.05%
G = 45.13%
B = 12.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#525819 (or 0x525819) is known color: Army green. HEX triplet: 52, 58 and 19. RGB value is (82,88,25). Sum of RGB (Red+Green+Blue) = 82+88+25=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #525819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525819 is #ADA7E6. Grayscale: #4F4F4F. Windows color (decimal): -11380711 or 1661010. OLE color: 1661010.

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

Color convert

RGB 82 88 25 -
CMYK 0.07 0 0.72 0.65
HSL 65.71º 0.56% 0.22% -
HSV(B) 65.71º 0.72% 0.35% -
XYZ 7.14 8.84 2.25 -
YUV 79.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 82 88 25 0.07 0 0.72 0.65 65.71 0.56 0.22
Hex 52 58 19 7 0 48 41 42 38 16
Octal 122 130 31 7 0 110 101 102 70 26
Binary 1010010 1011000 11001 111 0 1001000 1000001 1000010 111000 10110

Color Harmonies of #525819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525819

Black with #525819

Text Example


Text Example

White with #525819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525819; }

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

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

background-color css

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

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

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

border-color css

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

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

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