Html Css Color HEX #446210 Verdun Green

📋 copy color: '#446210'

red 68 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #446210

Tints of Verdun Green #446210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.85%

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

R = 37.36%
G = 53.85%
B = 8.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#446210 (or 0x446210) is known color: Verdun Green. HEX triplet: 44, 62 and 10. RGB value is (68,98,16). Sum of RGB (Red+Green+Blue) = 68+98+16=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #446210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446210 is #BB9DEF. Grayscale: #4F4F4F. Windows color (decimal): -12295664 or 1073732. OLE color: 1073732.

HSL color Cylindrical-coordinate representation of color #446210: hue angle of 81.95º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #446210 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 98 16 -
CMYK 0.31 0 0.84 0.62
HSL 81.95º 0.72% 0.22% -
HSV(B) 81.95º 0.84% 0.38% -
XYZ 6.85 10 2.06 -
YUV 79.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 68 98 16 0.31 0 0.84 0.62 81.95 0.72 0.22
Hex 44 62 10 1F 0 54 3E 52 48 16
Octal 104 142 20 37 0 124 76 122 110 26
Binary 1000100 1100010 10000 11111 0 1010100 111110 1010010 1001000 10110

Color Harmonies of #446210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446210

Black with #446210

Text Example


Text Example

White with #446210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446210; }

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

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

background-color css

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

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

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

border-color css

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

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

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