Html Css Color HEX #535318 Army green

📋 copy color: '#535318'

red 83 ◦ green 83 ◦ blue 24

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

Shades of Army green #535318

Tints of Army green #535318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.68%

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 43.68%
G = 43.68%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#535318 (or 0x535318) is known color: Army green. HEX triplet: 53, 53 and 18. RGB value is (83,83,24). Sum of RGB (Red+Green+Blue) = 83+83+24=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535318 is #ACACE7. Grayscale: #4C4C4C. Windows color (decimal): -11316456 or 1594195. OLE color: 1594195.

HSL color Cylindrical-coordinate representation of color #535318: hue angle of 60º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #535318 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 83 24 -
CMYK 0 0 0.71 0.67
HSL 60º 0.55% 0.21% -
HSV(B) 60º 0.71% 0.33% -
XYZ 6.83 8.09 2.07 -
YUV 76.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 83 83 24 0 0 0.71 0.67 60 0.55 0.21
Hex 53 53 18 0 0 47 43 3C 37 15
Octal 123 123 30 0 0 107 103 74 67 25
Binary 1010011 1010011 11000 0 0 1000111 1000011 111100 110111 10101

Color Harmonies of #535318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535318

Black with #535318

Text Example


Text Example

White with #535318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535318; }

 p { color: rgb(83,83,24); }

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

background-color css

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

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

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

border-color css

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

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

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