Html Css Color HEX #446410 Verdun Green

📋 copy color: '#446410'

red 68 ◦ green 100 ◦ blue 16

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

Shades of Verdun Green #446410

Tints of Verdun Green #446410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 36.96%
G = 54.35%
B = 8.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#446410 (or 0x446410) is known color: Verdun Green. HEX triplet: 44, 64 and 10. RGB value is (68,100,16). Sum of RGB (Red+Green+Blue) = 68+100+16=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #446410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446410 is #BB9BEF. Grayscale: #515151. Windows color (decimal): -12295152 or 1074244. OLE color: 1074244.

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

Color convert

RGB 68 100 16 -
CMYK 0.32 0 0.84 0.61
HSL 82.86º 0.72% 0.23% -
HSV(B) 82.86º 0.84% 0.39% -
XYZ 7.03 10.38 2.12 -
YUV 80.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 68 100 16 0.32 0 0.84 0.61 82.86 0.72 0.23
Hex 44 64 10 20 0 54 3D 53 48 17
Octal 104 144 20 40 0 124 75 123 110 27
Binary 1000100 1100100 10000 100000 0 1010100 111101 1010011 1001000 10111

Color Harmonies of #446410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446410

Black with #446410

Text Example


Text Example

White with #446410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446410; }

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

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

background-color css

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

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

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

border-color css

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

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

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