Html Css Color HEX #464B25 Army green

📋 copy color: '#464B25'

red 70 ◦ green 75 ◦ blue 37

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

Shades of Army green #464B25

Tints of Army green #464B25

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.21%

 BLUE value IS 37 (14.84% from 255) = 20.33%

R = 38.46%
G = 41.21%
B = 20.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#464B25 (or 0x464B25) is known color: Army green. HEX triplet: 46, 4B and 25. RGB value is (70,75,37). Sum of RGB (Red+Green+Blue) = 70+75+37=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #464B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B25 is #B9B4DA. Grayscale: #454545. Windows color (decimal): -12170459 or 2444102. OLE color: 2444102.

HSL color Cylindrical-coordinate representation of color #464B25: hue angle of 67.89º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #464B25 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 37 -
CMYK 0.07 0 0.51 0.71
HSL 67.89º 0.34% 0.22% -
HSV(B) 67.89º 0.51% 0.29% -
XYZ 5.38 6.47 2.72 -
YUV 69.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 70 75 37 0.07 0 0.51 0.71 67.89 0.34 0.22
Hex 46 4B 25 7 0 33 47 44 22 16
Octal 106 113 45 7 0 63 107 104 42 26
Binary 1000110 1001011 100101 111 0 110011 1000111 1000100 100010 10110

Color Harmonies of #464B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B25

Black with #464B25

Text Example


Text Example

White with #464B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,75,37); }

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

background-color css

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

 a { background-color: rgb(70,75,37); }

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

border-color css

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

 span { border-color: rgb(70,75,37); }

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