Html Css Color HEX #535A19 Army green

📋 copy color: '#535A19'

red 83 ◦ green 90 ◦ blue 25

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

Shades of Army green #535A19

Tints of Army green #535A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.45%

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

R = 41.92%
G = 45.45%
B = 12.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#535A19 (or 0x535A19) is known color: Army green. HEX triplet: 53, 5A and 19. RGB value is (83,90,25). Sum of RGB (Red+Green+Blue) = 83+90+25=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #535A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A19 is #ACA5E6. Grayscale: #505050. Windows color (decimal): -11314663 or 1661523. OLE color: 1661523.

HSL color Cylindrical-coordinate representation of color #535A19: hue angle of 66.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #535A19 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 25 -
CMYK 0.08 0 0.72 0.65
HSL 66.46º 0.57% 0.23% -
HSV(B) 66.46º 0.72% 0.35% -
XYZ 7.4 9.22 2.31 -
YUV 80.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 83 90 25 0.08 0 0.72 0.65 66.46 0.57 0.23
Hex 53 5A 19 8 0 48 41 42 39 17
Octal 123 132 31 10 0 110 101 102 71 27
Binary 1010011 1011010 11001 1000 0 1001000 1000001 1000010 111001 10111

Color Harmonies of #535A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A19

Black with #535A19

Text Example


Text Example

White with #535A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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