Html Css Color HEX #446010 Verdun Green

📋 copy color: '#446010'

red 68 ◦ green 96 ◦ blue 16

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

Shades of Verdun Green #446010

Tints of Verdun Green #446010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

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

R = 37.78%
G = 53.33%
B = 8.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#446010 (or 0x446010) is known color: Verdun Green. HEX triplet: 44, 60 and 10. RGB value is (68,96,16). Sum of RGB (Red+Green+Blue) = 68+96+16=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #446010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446010 is #BB9FEF. Grayscale: #4E4E4E. Windows color (decimal): -12296176 or 1073220. OLE color: 1073220.

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

Color convert

RGB 68 96 16 -
CMYK 0.29 0 0.83 0.62
HSL 81º 0.71% 0.22% -
HSV(B) 81º 0.83% 0.38% -
XYZ 6.66 9.63 2 -
YUV 78.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 68 96 16 0.29 0 0.83 0.62 81 0.71 0.22
Hex 44 60 10 1D 0 53 3E 51 47 16
Octal 104 140 20 35 0 123 76 121 107 26
Binary 1000100 1100000 10000 11101 0 1010011 111110 1010001 1000111 10110

Color Harmonies of #446010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446010

Black with #446010

Text Example


Text Example

White with #446010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446010; }

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

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

background-color css

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

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

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

border-color css

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

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

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