Html Css Color HEX #45461B Army green

📋 copy color: '#45461B'

red 69 ◦ green 70 ◦ blue 27

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

Shades of Army green #45461B

Tints of Army green #45461B

RGB

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

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

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

R = 41.57%
G = 42.17%
B = 16.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#45461B (or 0x45461B) is known color: Army green. HEX triplet: 45, 46 and 1B. RGB value is (69,70,27). Sum of RGB (Red+Green+Blue) = 69+70+27=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #45461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45461B is #BAB9E4. Grayscale: #404040. Windows color (decimal): -12237285 or 1787461. OLE color: 1787461.

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

Color convert

RGB 69 70 27 -
CMYK 0.01 0 0.61 0.73
HSL 61.4º 0.44% 0.19% -
HSV(B) 61.4º 0.61% 0.27% -
XYZ 4.84 5.72 1.89 -
YUV 64.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 69 70 27 0.01 0 0.61 0.73 61.4 0.44 0.19
Hex 45 46 1B 1 0 3D 49 3D 2C 13
Octal 105 106 33 1 0 75 111 75 54 23
Binary 1000101 1000110 11011 1 0 111101 1001001 111101 101100 10011

Color Harmonies of #45461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45461B

Black with #45461B

Text Example


Text Example

White with #45461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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