Html Css Color HEX #535212 Army green

📋 copy color: '#535212'

red 83 ◦ green 82 ◦ blue 18

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

Shades of Army green #535212

Tints of Army green #535212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.81%

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

R = 45.36%
G = 44.81%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#535212 (or 0x535212) is known color: Army green. HEX triplet: 53, 52 and 12. RGB value is (83,82,18). Sum of RGB (Red+Green+Blue) = 83+82+18=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #535212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535212 is #ACADED. Grayscale: #4B4B4B. Windows color (decimal): -11316718 or 1200723. OLE color: 1200723.

HSL color Cylindrical-coordinate representation of color #535212: hue angle of 59.08º 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 #535212 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 18 -
CMYK 0 0.01 0.78 0.67
HSL 59.08º 0.64% 0.2% -
HSV(B) 59.08º 0.78% 0.33% -
XYZ 6.69 7.92 1.75 -
YUV 75 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 83 82 18 0 0.01 0.78 0.67 59.08 0.64 0.2
Hex 53 52 12 0 1 4E 43 3B 40 14
Octal 123 122 22 0 1 116 103 73 100 24
Binary 1010011 1010010 10010 0 1 1001110 1000011 111011 1000000 10100

Color Harmonies of #535212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535212

Black with #535212

Text Example


Text Example

White with #535212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535212; }

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

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

background-color css

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

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

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

border-color css

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

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

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