Html Css Color HEX #535012 Army green

📋 copy color: '#535012'

red 83 ◦ green 80 ◦ blue 18

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

Shades of Army green #535012

Tints of Army green #535012

RGB

 RED value IS 83 (32.81% from 255) = 45.86%

 GREEN value IS 80 (31.64% from 255) = 44.2%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 45.86%
G = 44.2%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#535012 (or 0x535012) is known color: Army green. HEX triplet: 53, 50 and 12. RGB value is (83,80,18). Sum of RGB (Red+Green+Blue) = 83+80+18=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #535012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535012 is #ACAFED. Grayscale: #4A4A4A. Windows color (decimal): -11317230 or 1200211. OLE color: 1200211.

HSL color Cylindrical-coordinate representation of color #535012: hue angle of 57.23º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #535012 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 18 -
CMYK 0 0.04 0.78 0.67
HSL 57.23º 0.64% 0.2% -
HSV(B) 57.23º 0.78% 0.33% -
XYZ 6.55 7.62 1.7 -
YUV 73.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 83 80 18 0 0.04 0.78 0.67 57.23 0.64 0.2
Hex 53 50 12 0 4 4E 43 39 40 14
Octal 123 120 22 0 4 116 103 71 100 24
Binary 1010011 1010000 10010 0 100 1001110 1000011 111001 1000000 10100

Color Harmonies of #535012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535012

Black with #535012

Text Example


Text Example

White with #535012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535012; }

 p { color: rgb(83,80,18); }

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

background-color css

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

 a { background-color: rgb(83,80,18); }

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

border-color css

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

 span { border-color: rgb(83,80,18); }

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