Html Css Color HEX #446310 Verdun Green

📋 copy color: '#446310'

red 68 ◦ green 99 ◦ blue 16

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

Shades of Verdun Green #446310

Tints of Verdun Green #446310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.1%

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

R = 37.16%
G = 54.1%
B = 8.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#446310 (or 0x446310) is known color: Verdun Green. HEX triplet: 44, 63 and 10. RGB value is (68,99,16). Sum of RGB (Red+Green+Blue) = 68+99+16=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #446310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446310 is #BB9CEF. Grayscale: #505050. Windows color (decimal): -12295408 or 1073988. OLE color: 1073988.

HSL color Cylindrical-coordinate representation of color #446310: hue angle of 82.41º 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 #446310 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 99 16 -
CMYK 0.31 0 0.84 0.61
HSL 82.41º 0.72% 0.23% -
HSV(B) 82.41º 0.84% 0.39% -
XYZ 6.94 10.19 2.09 -
YUV 80.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 68 99 16 0.31 0 0.84 0.61 82.41 0.72 0.23
Hex 44 63 10 1F 0 54 3D 52 48 17
Octal 104 143 20 37 0 124 75 122 110 27
Binary 1000100 1100011 10000 11111 0 1010100 111101 1010010 1001000 10111

Color Harmonies of #446310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446310

Black with #446310

Text Example


Text Example

White with #446310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446310; }

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

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

background-color css

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

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

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

border-color css

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

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

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