Html Css Color HEX #464C1D Army green

📋 copy color: '#464C1D'

red 70 ◦ green 76 ◦ blue 29

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

Shades of Army green #464C1D

Tints of Army green #464C1D

RGB

 RED value IS 70 (27.73% from 255) = 40%

 GREEN value IS 76 (30.08% from 255) = 43.43%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 40%
G = 43.43%
B = 16.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#464C1D (or 0x464C1D) is known color: Army green. HEX triplet: 46, 4C and 1D. RGB value is (70,76,29). Sum of RGB (Red+Green+Blue) = 70+76+29=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #464C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C1D is #B9B3E2. Grayscale: #454545. Windows color (decimal): -12170211 or 1920070. OLE color: 1920070.

HSL color Cylindrical-coordinate representation of color #464C1D: hue angle of 67.66º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #464C1D is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 76 29 -
CMYK 0.08 0 0.62 0.70
HSL 67.66º 0.45% 0.21% -
HSV(B) 67.66º 0.62% 0.3% -
XYZ 5.33 6.56 2.15 -
YUV 68.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 70 76 29 0.08 0 0.62 0.70 67.66 0.45 0.21
Hex 46 4C 1D 8 0 3E 46 44 2D 15
Octal 106 114 35 10 0 76 106 104 55 25
Binary 1000110 1001100 11101 1000 0 111110 1000110 1000100 101101 10101

Color Harmonies of #464C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C1D

Black with #464C1D

Text Example


Text Example

White with #464C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464C1D; }

 p { color: rgb(70,76,29); }

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

background-color css

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

 a { background-color: rgb(70,76,29); }

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

border-color css

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

 span { border-color: rgb(70,76,29); }

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