Html Css Color HEX #446E05 Verdun Green

📋 copy color: '#446E05'

red 68 ◦ green 110 ◦ blue 5

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

Shades of Verdun Green #446E05

Tints of Verdun Green #446E05

RGB

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

 GREEN value IS 110 (43.36% from 255) = 60.11%

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 37.16%
G = 60.11%
B = 2.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#446E05 (or 0x446E05) is known color: Verdun Green. HEX triplet: 44, 6E and 05. RGB value is (68,110,5). Sum of RGB (Red+Green+Blue) = 68+110+5=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #446E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446E05 is #BB91FA. Grayscale: #555555. Windows color (decimal): -12292603 or 355908. OLE color: 355908.

HSL color Cylindrical-coordinate representation of color #446E05: hue angle of 84º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #446E05 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 110 5 -
CMYK 0.38 0 0.95 0.57
HSL 84º 0.91% 0.23% -
HSV(B) 84º 0.95% 0.43% -
XYZ 7.99 12.39 2.11 -
YUV 85.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 68 110 5 0.38 0 0.95 0.57 84 0.91 0.23
Hex 44 6E 5 26 0 5F 39 54 5B 17
Octal 104 156 5 46 0 137 71 124 133 27
Binary 1000100 1101110 101 100110 0 1011111 111001 1010100 1011011 10111

Color Harmonies of #446E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446E05

Black with #446E05

Text Example


Text Example

White with #446E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446E05; }

 p { color: rgb(68,110,5); }

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

background-color css

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

 a { background-color: rgb(68,110,5); }

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

border-color css

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

 span { border-color: rgb(68,110,5); }

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