Html Css Color HEX #534F10 Army green

📋 copy color: '#534F10'

red 83 ◦ green 79 ◦ blue 16

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

Shades of Army green #534F10

Tints of Army green #534F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 44.38%

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 46.63%
G = 44.38%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534F10 (or 0x534F10) is known color: Army green. HEX triplet: 53, 4F and 10. RGB value is (83,79,16). Sum of RGB (Red+Green+Blue) = 83+79+16=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F10 is #ACB0EF. Grayscale: #494949. Windows color (decimal): -11317488 or 1068883. OLE color: 1068883.

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

Color convert

RGB 83 79 16 -
CMYK 0 0.05 0.81 0.67
HSL 56.42º 0.68% 0.19% -
HSV(B) 56.42º 0.81% 0.33% -
XYZ 6.46 7.47 1.59 -
YUV 73.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 83 79 16 0 0.05 0.81 0.67 56.42 0.68 0.19
Hex 53 4F 10 0 5 51 43 38 44 13
Octal 123 117 20 0 5 121 103 70 104 23
Binary 1010011 1001111 10000 0 101 1010001 1000011 111000 1000100 10011

Color Harmonies of #534F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F10

Black with #534F10

Text Example


Text Example

White with #534F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534F10; }

 p { color: rgb(83,79,16); }

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

background-color css

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

 a { background-color: rgb(83,79,16); }

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

border-color css

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

 span { border-color: rgb(83,79,16); }

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