Html Css Color HEX #524E0F Army green

📋 copy color: '#524E0F'

red 82 ◦ green 78 ◦ blue 15

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

Shades of Army green #524E0F

Tints of Army green #524E0F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.57%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 46.86%
G = 44.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#524E0F (or 0x524E0F) is known color: Army green. HEX triplet: 52, 4E and 0F. RGB value is (82,78,15). Sum of RGB (Red+Green+Blue) = 82+78+15=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #524E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E0F is #ADB1F0. Grayscale: #484848. Windows color (decimal): -11383281 or 1003090. OLE color: 1003090.

HSL color Cylindrical-coordinate representation of color #524E0F: hue angle of 56.42º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #524E0F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 78 15 -
CMYK 0 0.05 0.82 0.68
HSL 56.42º 0.69% 0.19% -
HSV(B) 56.42º 0.82% 0.32% -
XYZ 6.29 7.28 1.53 -
YUV 72.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 82 78 15 0 0.05 0.82 0.68 56.42 0.69 0.19
Hex 52 4E F 0 5 52 44 38 45 13
Octal 122 116 17 0 5 122 104 70 105 23
Binary 1010010 1001110 1111 0 101 1010010 1000100 111000 1000101 10011

Color Harmonies of #524E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E0F

Black with #524E0F

Text Example


Text Example

White with #524E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524E0F; }

 p { color: rgb(82,78,15); }

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

background-color css

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

 a { background-color: rgb(82,78,15); }

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

border-color css

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

 span { border-color: rgb(82,78,15); }

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