Html Css Color HEX #475023 Army green

📋 copy color: '#475023'

red 71 ◦ green 80 ◦ blue 35

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

Shades of Army green #475023

Tints of Army green #475023

RGB

 RED value IS 71 (28.13% from 255) = 38.17%

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 38.17%
G = 43.01%
B = 18.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#475023 (or 0x475023) is known color: Army green. HEX triplet: 47, 50 and 23. RGB value is (71,80,35). Sum of RGB (Red+Green+Blue) = 71+80+35=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #475023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475023 is #B8AFDC. Grayscale: #484848. Windows color (decimal): -12103645 or 2314311. OLE color: 2314311.

HSL color Cylindrical-coordinate representation of color #475023: hue angle of 72º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #475023 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 35 -
CMYK 0.11 0 0.56 0.69
HSL 72º 0.39% 0.23% -
HSV(B) 72º 0.56% 0.31% -
XYZ 5.77 7.2 2.68 -
YUV 72.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 71 80 35 0.11 0 0.56 0.69 72 0.39 0.23
Hex 47 50 23 B 0 38 45 48 27 17
Octal 107 120 43 13 0 70 105 110 47 27
Binary 1000111 1010000 100011 1011 0 111000 1000101 1001000 100111 10111

Color Harmonies of #475023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475023

Black with #475023

Text Example


Text Example

White with #475023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475023; }

 p { color: rgb(71,80,35); }

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

background-color css

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

 a { background-color: rgb(71,80,35); }

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

border-color css

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

 span { border-color: rgb(71,80,35); }

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