Html Css Color HEX #446810 Verdun Green

📋 copy color: '#446810'

red 68 ◦ green 104 ◦ blue 16

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

Shades of Verdun Green #446810

Tints of Verdun Green #446810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.32%

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

R = 36.17%
G = 55.32%
B = 8.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#446810 (or 0x446810) is known color: Verdun Green. HEX triplet: 44, 68 and 10. RGB value is (68,104,16). Sum of RGB (Red+Green+Blue) = 68+104+16=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #446810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446810 is #BB97EF. Grayscale: #535353. Windows color (decimal): -12294128 or 1075268. OLE color: 1075268.

HSL color Cylindrical-coordinate representation of color #446810: hue angle of 84.55º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #446810 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 104 16 -
CMYK 0.35 0 0.85 0.59
HSL 84.55º 0.73% 0.24% -
HSV(B) 84.55º 0.85% 0.41% -
XYZ 7.43 11.17 2.25 -
YUV 83.2 90.07 117.16 -
System Red Green Blue C M Y K H S L
Decimal 68 104 16 0.35 0 0.85 0.59 84.55 0.73 0.24
Hex 44 68 10 23 0 55 3B 55 49 18
Octal 104 150 20 43 0 125 73 125 111 30
Binary 1000100 1101000 10000 100011 0 1010101 111011 1010101 1001001 11000

Color Harmonies of #446810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446810

Black with #446810

Text Example


Text Example

White with #446810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446810; }

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

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

background-color css

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

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

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

border-color css

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

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

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