Html Css Color HEX #42451F Army green

📋 copy color: '#42451F'

red 66 ◦ green 69 ◦ blue 31

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

Shades of Army green #42451F

Tints of Army green #42451F

RGB

 RED value IS 66 (26.17% from 255) = 39.76%

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

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

R = 39.76%
G = 41.57%
B = 18.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#42451F (or 0x42451F) is known color: Army green. HEX triplet: 42, 45 and 1F. RGB value is (66,69,31). Sum of RGB (Red+Green+Blue) = 66+69+31=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #42451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42451F is #BDBAE0. Grayscale: #3F3F3F. Windows color (decimal): -12434145 or 2049346. OLE color: 2049346.

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

Color convert

RGB 66 69 31 -
CMYK 0.04 0 0.55 0.73
HSL 64.74º 0.38% 0.2% -
HSV(B) 64.74º 0.55% 0.27% -
XYZ 4.62 5.51 2.12 -
YUV 63.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 66 69 31 0.04 0 0.55 0.73 64.74 0.38 0.2
Hex 42 45 1F 4 0 37 49 41 26 14
Octal 102 105 37 4 0 67 111 101 46 24
Binary 1000010 1000101 11111 100 0 110111 1001001 1000001 100110 10100

Color Harmonies of #42451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42451F

Black with #42451F

Text Example


Text Example

White with #42451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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