Html Css Color HEX #525A1F Army green

📋 copy color: '#525A1F'

red 82 ◦ green 90 ◦ blue 31

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

Shades of Army green #525A1F

Tints of Army green #525A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

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

R = 40.39%
G = 44.33%
B = 15.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#525A1F (or 0x525A1F) is known color: Army green. HEX triplet: 52, 5A and 1F. RGB value is (82,90,31). Sum of RGB (Red+Green+Blue) = 82+90+31=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #525A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A1F is #ADA5E0. Grayscale: #515151. Windows color (decimal): -11380193 or 2054738. OLE color: 2054738.

HSL color Cylindrical-coordinate representation of color #525A1F: hue angle of 68.14º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #525A1F is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 90 31 -
CMYK 0.09 0 0.66 0.65
HSL 68.14º 0.49% 0.24% -
HSV(B) 68.14º 0.66% 0.35% -
XYZ 7.38 9.21 2.68 -
YUV 80.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 82 90 31 0.09 0 0.66 0.65 68.14 0.49 0.24
Hex 52 5A 1F 9 0 42 41 44 31 18
Octal 122 132 37 11 0 102 101 104 61 30
Binary 1010010 1011010 11111 1001 0 1000010 1000001 1000100 110001 11000

Color Harmonies of #525A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A1F

Black with #525A1F

Text Example


Text Example

White with #525A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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