Html Css Color HEX #535C19 Army green

📋 copy color: '#535C19'

red 83 ◦ green 92 ◦ blue 25

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

Shades of Army green #535C19

Tints of Army green #535C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46%

 BLUE value IS 25 (10.16% from 255) = 12.5%

R = 41.5%
G = 46%
B = 12.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#535C19 (or 0x535C19) is known color: Army green. HEX triplet: 53, 5C and 19. RGB value is (83,92,25). Sum of RGB (Red+Green+Blue) = 83+92+25=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #535C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535C19 is #ACA3E6. Grayscale: #515151. Windows color (decimal): -11314151 or 1662035. OLE color: 1662035.

HSL color Cylindrical-coordinate representation of color #535C19: hue angle of 68.06º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #535C19 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 92 25 -
CMYK 0.10 0 0.73 0.64
HSL 68.06º 0.57% 0.23% -
HSV(B) 68.06º 0.73% 0.36% -
XYZ 7.57 9.56 2.37 -
YUV 81.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 83 92 25 0.10 0 0.73 0.64 68.06 0.57 0.23
Hex 53 5C 19 A 0 49 40 44 39 17
Octal 123 134 31 12 0 111 100 104 71 27
Binary 1010011 1011100 11001 1010 0 1001001 1000000 1000100 111001 10111

Color Harmonies of #535C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C19

Black with #535C19

Text Example


Text Example

White with #535C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535C19; }

 p { color: rgb(83,92,25); }

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

background-color css

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

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

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

border-color css

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

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

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