Html Css Color HEX #45461F Army green

📋 copy color: '#45461F'

red 69 ◦ green 70 ◦ blue 31

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

Shades of Army green #45461F

Tints of Army green #45461F

RGB

 RED value IS 69 (27.34% from 255) = 40.59%

 GREEN value IS 70 (27.73% from 255) = 41.18%

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

R = 40.59%
G = 41.18%
B = 18.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#45461F (or 0x45461F) is known color: Army green. HEX triplet: 45, 46 and 1F. RGB value is (69,70,31). Sum of RGB (Red+Green+Blue) = 69+70+31=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #45461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45461F is #BAB9E0. Grayscale: #414141. Windows color (decimal): -12237281 or 2049605. OLE color: 2049605.

HSL color Cylindrical-coordinate representation of color #45461F: hue angle of 61.54º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45461F is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 70 31 -
CMYK 0.01 0 0.56 0.73
HSL 61.54º 0.39% 0.2% -
HSV(B) 61.54º 0.56% 0.27% -
XYZ 4.89 5.74 2.15 -
YUV 65.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 69 70 31 0.01 0 0.56 0.73 61.54 0.39 0.2
Hex 45 46 1F 1 0 38 49 3E 27 14
Octal 105 106 37 1 0 70 111 76 47 24
Binary 1000101 1000110 11111 1 0 111000 1001001 111110 100111 10100

Color Harmonies of #45461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45461F

Black with #45461F

Text Example


Text Example

White with #45461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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