Html Css Color HEX #444800 Verdun Green

📋 copy color: '#444800'

red 68 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #444800

Tints of Verdun Green #444800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

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

R = 48.57%
G = 51.43%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#444800 (or 0x444800) is known color: Verdun Green. HEX triplet: 44, 48 and 00. RGB value is (68,72,0). Sum of RGB (Red+Green+Blue) = 68+72+0=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #444800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444800 is #BBB7FF. Grayscale: #3E3E3E. Windows color (decimal): -12302336 or 18500. OLE color: 18500.

HSL color Cylindrical-coordinate representation of color #444800: hue angle of 63.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #444800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 72 0 -
CMYK 0.06 0 1 0.72
HSL 63.33º 1% 0.14% -
HSV(B) 63.33º 1% 0.28% -
XYZ 4.7 5.86 0.88 -
YUV 62.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 68 72 0 0.06 0 1 0.72 63.33 1 0.14
Hex 44 48 0 6 0 64 48 3F 64 E
Octal 104 110 0 6 0 144 110 77 144 16
Binary 1000100 1001000 0 110 0 1100100 1001000 111111 1100100 1110

Color Harmonies of #444800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444800

Black with #444800

Text Example


Text Example

White with #444800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444800; }

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

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

background-color css

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

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

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

border-color css

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

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

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