Html Css Color HEX #53621B Army green

📋 copy color: '#53621B'

red 83 ◦ green 98 ◦ blue 27

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

Shades of Army green #53621B

Tints of Army green #53621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.12%

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

R = 39.9%
G = 47.12%
B = 12.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#53621B (or 0x53621B) is known color: Army green. HEX triplet: 53, 62 and 1B. RGB value is (83,98,27). Sum of RGB (Red+Green+Blue) = 83+98+27=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #53621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53621B is #AC9DE4. Grayscale: #555555. Windows color (decimal): -11312613 or 1794643. OLE color: 1794643.

HSL color Cylindrical-coordinate representation of color #53621B: hue angle of 72.68º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53621B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 27 -
CMYK 0.15 0 0.72 0.62
HSL 72.68º 0.57% 0.25% -
HSV(B) 72.68º 0.72% 0.38% -
XYZ 8.13 10.65 2.66 -
YUV 85.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 83 98 27 0.15 0 0.72 0.62 72.68 0.57 0.25
Hex 53 62 1B F 0 48 3E 49 39 19
Octal 123 142 33 17 0 110 76 111 71 31
Binary 1010011 1100010 11011 1111 0 1001000 111110 1001001 111001 11001

Color Harmonies of #53621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53621B

Black with #53621B

Text Example


Text Example

White with #53621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53621B; }

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

 H1.HeaderClassName
 {
   color: #53621B;
 }
 .AnyTagClassName
 {
   color: #53621B;
 }
</style>

background-color css

<style>
 a { background-color: #53621B; }

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

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

border-color css

<style>
 span { border-color: #53621B; }

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

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