Html Css Color HEX #525818 Army green

📋 copy color: '#525818'

red 82 ◦ green 88 ◦ blue 24

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

Shades of Army green #525818

Tints of Army green #525818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 42.27%
G = 45.36%
B = 12.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#525818 (or 0x525818) is known color: Army green. HEX triplet: 52, 58 and 18. RGB value is (82,88,24). Sum of RGB (Red+Green+Blue) = 82+88+24=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #525818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525818 is #ADA7E7. Grayscale: #4F4F4F. Windows color (decimal): -11380712 or 1595474. OLE color: 1595474.

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

Color convert

RGB 82 88 24 -
CMYK 0.07 0 0.73 0.65
HSL 65.63º 0.57% 0.22% -
HSV(B) 65.63º 0.73% 0.35% -
XYZ 7.13 8.84 2.19 -
YUV 78.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 82 88 24 0.07 0 0.73 0.65 65.63 0.57 0.22
Hex 52 58 18 7 0 49 41 42 39 16
Octal 122 130 30 7 0 111 101 102 71 26
Binary 1010010 1011000 11000 111 0 1001001 1000001 1000010 111001 10110

Color Harmonies of #525818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525818

Black with #525818

Text Example


Text Example

White with #525818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525818; }

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

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

background-color css

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

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

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

border-color css

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

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

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