Html Css Color HEX #535A1D Army green

📋 copy color: '#535A1D'

red 83 ◦ green 90 ◦ blue 29

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

Shades of Army green #535A1D

Tints of Army green #535A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 41.09%
G = 44.55%
B = 14.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#535A1D (or 0x535A1D) is known color: Army green. HEX triplet: 53, 5A and 1D. RGB value is (83,90,29). Sum of RGB (Red+Green+Blue) = 83+90+29=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #535A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A1D is #ACA5E2. Grayscale: #515151. Windows color (decimal): -11314659 or 1923667. OLE color: 1923667.

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

Color convert

RGB 83 90 29 -
CMYK 0.08 0 0.68 0.65
HSL 66.89º 0.51% 0.23% -
HSV(B) 66.89º 0.68% 0.35% -
XYZ 7.45 9.24 2.55 -
YUV 80.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 83 90 29 0.08 0 0.68 0.65 66.89 0.51 0.23
Hex 53 5A 1D 8 0 44 41 43 33 17
Octal 123 132 35 10 0 104 101 103 63 27
Binary 1010011 1011010 11101 1000 0 1000100 1000001 1000011 110011 10111

Color Harmonies of #535A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A1D

Black with #535A1D

Text Example


Text Example

White with #535A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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