#454C1F

Color #454C1F Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #454C1F

Tints of Army green #454C1F

Color information

#454C1F (or 0x454C1F) is unknown color: approx Army green. HEX triplet: 45, 4C and 1F. RGB value is (69,76,31). Sum of RGB (Red+Green+Blue) = 69+76+31=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #454C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C1F is #BAB3E0. Grayscale: #444444. Windows color (decimal): -12235745 or 2051141. OLE color: 2051141.

HSL color Cylindrical-coordinate representation of color #454C1F: hue angle of 69.33º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #454C1F is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB697631-
CMYK0.0900.590.70
HSL69.33º42.06%20.98%-
HSV(B)69.33º59.21%29.8%-
XYZ5.296.532.28-
YUV68.78106.68128.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=39.20%
G=43.18%
B=17.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6976310.0900.590.7069.3342.0620.98
Hex454C1F903B46452a15
Octal10511437110731061055225
Binary1000101100110011111100101110111000110100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,31); }

 H1.HeaderClassName
 {
   color: #454C1F;
 }
 .AnyTagClassName
 {
   color: #454C1F;
 }
</style>
background-color css

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

 a { background-color: rgb(69,76,31); }

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

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

 span { border-color: rgb(69,76,31); }

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