Html Css Color HEX #446512 Verdun Green

📋 copy color: '#446512'

red 68 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #446512

Tints of Verdun Green #446512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.01%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 36.36%
G = 54.01%
B = 9.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#446512 (or 0x446512) is known color: Verdun Green. HEX triplet: 44, 65 and 12. RGB value is (68,101,18). Sum of RGB (Red+Green+Blue) = 68+101+18=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #446512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446512 is #BB9AED. Grayscale: #515151. Windows color (decimal): -12294894 or 1205572. OLE color: 1205572.

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

Color convert

RGB 68 101 18 -
CMYK 0.33 0 0.82 0.60
HSL 83.86º 0.7% 0.23% -
HSV(B) 83.86º 0.82% 0.4% -
XYZ 7.15 10.58 2.24 -
YUV 81.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 68 101 18 0.33 0 0.82 0.60 83.86 0.7 0.23
Hex 44 65 12 21 0 52 3C 54 46 17
Octal 104 145 22 41 0 122 74 124 106 27
Binary 1000100 1100101 10010 100001 0 1010010 111100 1010100 1000110 10111

Color Harmonies of #446512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446512

Black with #446512

Text Example


Text Example

White with #446512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446512; }

 p { color: rgb(68,101,18); }

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

background-color css

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

 a { background-color: rgb(68,101,18); }

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

border-color css

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

 span { border-color: rgb(68,101,18); }

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