Html Css Color HEX #535C1F Army green

📋 copy color: '#535C1F'

red 83 ◦ green 92 ◦ blue 31

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

Shades of Army green #535C1F

Tints of Army green #535C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 40.29%
G = 44.66%
B = 15.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#535C1F (or 0x535C1F) is known color: Army green. HEX triplet: 53, 5C and 1F. RGB value is (83,92,31). Sum of RGB (Red+Green+Blue) = 83+92+31=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #535C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C1F is #ACA3E0. Grayscale: #525252. Windows color (decimal): -11314145 or 2055251. OLE color: 2055251.

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

Color convert

RGB 83 92 31 -
CMYK 0.10 0 0.66 0.64
HSL 68.85º 0.5% 0.24% -
HSV(B) 68.85º 0.66% 0.36% -
XYZ 7.64 9.59 2.75 -
YUV 82.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 83 92 31 0.10 0 0.66 0.64 68.85 0.5 0.24
Hex 53 5C 1F A 0 42 40 45 32 18
Octal 123 134 37 12 0 102 100 105 62 30
Binary 1010011 1011100 11111 1010 0 1000010 1000000 1000101 110010 11000

Color Harmonies of #535C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C1F

Black with #535C1F

Text Example


Text Example

White with #535C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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