Html Css Color HEX #535B1C Army green

📋 copy color: '#535B1C'

red 83 ◦ green 91 ◦ blue 28

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

Shades of Army green #535B1C

Tints of Army green #535B1C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.05%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 41.09%
G = 45.05%
B = 13.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#535B1C (or 0x535B1C) is known color: Army green. HEX triplet: 53, 5B and 1C. RGB value is (83,91,28). Sum of RGB (Red+Green+Blue) = 83+91+28=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 91 - color contains mainly: green. Hex color #535B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B1C is #ACA4E3. Grayscale: #515151. Windows color (decimal): -11314404 or 1858387. OLE color: 1858387.

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

Color convert

RGB 83 91 28 -
CMYK 0.09 0 0.69 0.64
HSL 67.62º 0.53% 0.23% -
HSV(B) 67.62º 0.69% 0.36% -
XYZ 7.52 9.41 2.52 -
YUV 81.43 97.85 129.12 -
System Red Green Blue C M Y K H S L
Decimal 83 91 28 0.09 0 0.69 0.64 67.62 0.53 0.23
Hex 53 5B 1C 9 0 45 40 44 35 17
Octal 123 133 34 11 0 105 100 104 65 27
Binary 1010011 1011011 11100 1001 0 1000101 1000000 1000100 110101 10111

Color Harmonies of #535B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B1C

Black with #535B1C

Text Example


Text Example

White with #535B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,91,28); }

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

background-color css

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

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

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

border-color css

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

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

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