Html Css Color HEX #446714 Verdun Green

📋 copy color: '#446714'

red 68 ◦ green 103 ◦ blue 20

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

Shades of Verdun Green #446714

Tints of Verdun Green #446714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 35.6%
G = 53.93%
B = 10.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#446714 (or 0x446714) is known color: Verdun Green. HEX triplet: 44, 67 and 14. RGB value is (68,103,20). Sum of RGB (Red+Green+Blue) = 68+103+20=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #446714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446714 is #BB98EB. Grayscale: #535353. Windows color (decimal): -12294380 or 1337156. OLE color: 1337156.

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

Color convert

RGB 68 103 20 -
CMYK 0.34 0 0.81 0.60
HSL 85.3º 0.67% 0.24% -
HSV(B) 85.3º 0.81% 0.4% -
XYZ 7.36 10.98 2.39 -
YUV 83.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 68 103 20 0.34 0 0.81 0.60 85.3 0.67 0.24
Hex 44 67 14 22 0 51 3C 55 43 18
Octal 104 147 24 42 0 121 74 125 103 30
Binary 1000100 1100111 10100 100010 0 1010001 111100 1010101 1000011 11000

Color Harmonies of #446714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446714

Black with #446714

Text Example


Text Example

White with #446714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446714; }

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

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

background-color css

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

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

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

border-color css

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

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

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