Html Css Color HEX #446415 Verdun Green

📋 copy color: '#446415'

red 68 ◦ green 100 ◦ blue 21

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

Shades of Verdun Green #446415

Tints of Verdun Green #446415

RGB

 RED value IS 68 (26.95% from 255) = 35.98%

 GREEN value IS 100 (39.45% from 255) = 52.91%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 35.98%
G = 52.91%
B = 11.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#446415 (or 0x446415) is known color: Verdun Green. HEX triplet: 44, 64 and 15. RGB value is (68,100,21). Sum of RGB (Red+Green+Blue) = 68+100+21=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #446415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446415 is #BB9BEA. Grayscale: #515151. Windows color (decimal): -12295147 or 1401924. OLE color: 1401924.

HSL color Cylindrical-coordinate representation of color #446415: hue angle of 84.3º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #446415 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 100 21 -
CMYK 0.32 0 0.79 0.61
HSL 84.3º 0.65% 0.24% -
HSV(B) 84.3º 0.79% 0.39% -
XYZ 7.08 10.4 2.34 -
YUV 81.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 68 100 21 0.32 0 0.79 0.61 84.3 0.65 0.24
Hex 44 64 15 20 0 4F 3D 54 41 18
Octal 104 144 25 40 0 117 75 124 101 30
Binary 1000100 1100100 10101 100000 0 1001111 111101 1010100 1000001 11000

Color Harmonies of #446415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446415

Black with #446415

Text Example


Text Example

White with #446415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446415; }

 p { color: rgb(68,100,21); }

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

background-color css

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

 a { background-color: rgb(68,100,21); }

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

border-color css

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

 span { border-color: rgb(68,100,21); }

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