Html Css Color HEX #446F00 Verdun Green

📋 copy color: '#446F00'

red 68 ◦ green 111 ◦ blue 0

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

Shades of Verdun Green #446F00

Tints of Verdun Green #446F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.99%
G = 62.01%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#446F00 (or 0x446F00) is known color: Verdun Green. HEX triplet: 44, 6F and 00. RGB value is (68,111,0). Sum of RGB (Red+Green+Blue) = 68+111+0=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #446F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F00 is #BB90FF. Grayscale: #555555. Windows color (decimal): -12292352 or 28484. OLE color: 28484.

HSL color Cylindrical-coordinate representation of color #446F00: hue angle of 83.24º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #446F00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 0 -
CMYK 0.39 0 1 0.56
HSL 83.24º 1% 0.22% -
HSV(B) 83.24º 1% 0.44% -
XYZ 8.07 12.6 2.01 -
YUV 85.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 68 111 0 0.39 0 1 0.56 83.24 1 0.22
Hex 44 6F 0 27 0 64 38 53 64 16
Octal 104 157 0 47 0 144 70 123 144 26
Binary 1000100 1101111 0 100111 0 1100100 111000 1010011 1100100 10110

Color Harmonies of #446F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F00

Black with #446F00

Text Example


Text Example

White with #446F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,111,0); }

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

background-color css

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

 a { background-color: rgb(68,111,0); }

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

border-color css

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

 span { border-color: rgb(68,111,0); }

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