Html Css Color HEX #446710 Verdun Green

📋 copy color: '#446710'

red 68 ◦ green 103 ◦ blue 16

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

Shades of Verdun Green #446710

Tints of Verdun Green #446710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.08%

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

R = 36.36%
G = 55.08%
B = 8.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#446710 (or 0x446710) is known color: Verdun Green. HEX triplet: 44, 67 and 10. RGB value is (68,103,16). Sum of RGB (Red+Green+Blue) = 68+103+16=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #446710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446710 is #BB98EF. Grayscale: #525252. Windows color (decimal): -12294384 or 1075012. OLE color: 1075012.

HSL color Cylindrical-coordinate representation of color #446710: hue angle of 84.14º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #446710 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 103 16 -
CMYK 0.34 0 0.84 0.60
HSL 84.14º 0.73% 0.23% -
HSV(B) 84.14º 0.84% 0.4% -
XYZ 7.33 10.97 2.22 -
YUV 82.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 68 103 16 0.34 0 0.84 0.60 84.14 0.73 0.23
Hex 44 67 10 22 0 54 3C 54 49 17
Octal 104 147 20 42 0 124 74 124 111 27
Binary 1000100 1100111 10000 100010 0 1010100 111100 1010100 1001001 10111

Color Harmonies of #446710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446710

Black with #446710

Text Example


Text Example

White with #446710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446710; }

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

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

background-color css

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

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

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

border-color css

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

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

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