Html Css Color HEX #53500F Army green

📋 copy color: '#53500F'

red 83 ◦ green 80 ◦ blue 15

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

Shades of Army green #53500F

Tints of Army green #53500F

RGB

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

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

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

R = 46.63%
G = 44.94%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53500F (or 0x53500F) is known color: Army green. HEX triplet: 53, 50 and 0F. RGB value is (83,80,15). Sum of RGB (Red+Green+Blue) = 83+80+15=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53500F is #ACAFF0. Grayscale: #494949. Windows color (decimal): -11317233 or 1003603. OLE color: 1003603.

HSL color Cylindrical-coordinate representation of color #53500F: hue angle of 57.35º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53500F is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 15 -
CMYK 0 0.04 0.82 0.67
HSL 57.35º 0.69% 0.19% -
HSV(B) 57.35º 0.82% 0.33% -
XYZ 6.52 7.61 1.58 -
YUV 73.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 83 80 15 0 0.04 0.82 0.67 57.35 0.69 0.19
Hex 53 50 F 0 4 52 43 39 45 13
Octal 123 120 17 0 4 122 103 71 105 23
Binary 1010011 1010000 1111 0 100 1010010 1000011 111001 1000101 10011

Color Harmonies of #53500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53500F

Black with #53500F

Text Example


Text Example

White with #53500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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