Html Css Color HEX #535A1B Army green

📋 copy color: '#535A1B'

red 83 ◦ green 90 ◦ blue 27

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

Shades of Army green #535A1B

Tints of Army green #535A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 41.5%
G = 45%
B = 13.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#535A1B (or 0x535A1B) is known color: Army green. HEX triplet: 53, 5A and 1B. RGB value is (83,90,27). Sum of RGB (Red+Green+Blue) = 83+90+27=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 90 - color contains mainly: green. Hex color #535A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A1B is #ACA5E4. Grayscale: #505050. Windows color (decimal): -11314661 or 1792595. OLE color: 1792595.

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

Color convert

RGB 83 90 27 -
CMYK 0.08 0 0.70 0.65
HSL 66.67º 0.54% 0.23% -
HSV(B) 66.67º 0.7% 0.35% -
XYZ 7.42 9.23 2.43 -
YUV 80.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 83 90 27 0.08 0 0.70 0.65 66.67 0.54 0.23
Hex 53 5A 1B 8 0 46 41 43 36 17
Octal 123 132 33 10 0 106 101 103 66 27
Binary 1010011 1011010 11011 1000 0 1000110 1000001 1000011 110110 10111

Color Harmonies of #535A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A1B

Black with #535A1B

Text Example


Text Example

White with #535A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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