Html Css Color HEX #535C1B Army green

📋 copy color: '#535C1B'

red 83 ◦ green 92 ◦ blue 27

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

Shades of Army green #535C1B

Tints of Army green #535C1B

RGB

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

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

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

R = 41.09%
G = 45.54%
B = 13.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#535C1B (or 0x535C1B) is known color: Army green. HEX triplet: 53, 5C and 1B. RGB value is (83,92,27). Sum of RGB (Red+Green+Blue) = 83+92+27=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #535C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C1B is #ACA3E4. Grayscale: #525252. Windows color (decimal): -11314149 or 1793107. OLE color: 1793107.

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

Color convert

RGB 83 92 27 -
CMYK 0.10 0 0.71 0.64
HSL 68.31º 0.55% 0.23% -
HSV(B) 68.31º 0.71% 0.36% -
XYZ 7.59 9.57 2.48 -
YUV 81.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 83 92 27 0.10 0 0.71 0.64 68.31 0.55 0.23
Hex 53 5C 1B A 0 47 40 44 37 17
Octal 123 134 33 12 0 107 100 104 67 27
Binary 1010011 1011100 11011 1010 0 1000111 1000000 1000100 110111 10111

Color Harmonies of #535C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C1B

Black with #535C1B

Text Example


Text Example

White with #535C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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