Html Css Color HEX #444100 Verdun Green

📋 copy color: '#444100'

red 68 ◦ green 65 ◦ blue 0

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

Shades of Verdun Green #444100

Tints of Verdun Green #444100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

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

R = 51.13%
G = 48.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#444100 (or 0x444100) is known color: Verdun Green. HEX triplet: 44, 41 and 00. RGB value is (68,65,0). Sum of RGB (Red+Green+Blue) = 68+65+0=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #444100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444100 is #BBBEFF. Grayscale: #3A3A3A. Windows color (decimal): -12304128 or 16708. OLE color: 16708.

HSL color Cylindrical-coordinate representation of color #444100: hue angle of 57.35º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #444100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 65 0 -
CMYK 0 0.04 1 0.73
HSL 57.35º 1% 0.13% -
HSV(B) 57.35º 1% 0.27% -
XYZ 4.27 5.01 0.74 -
YUV 58.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 68 65 0 0 0.04 1 0.73 57.35 1 0.13
Hex 44 41 0 0 4 64 49 39 64 D
Octal 104 101 0 0 4 144 111 71 144 15
Binary 1000100 1000001 0 0 100 1100100 1001001 111001 1100100 1101

Color Harmonies of #444100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444100

Black with #444100

Text Example


Text Example

White with #444100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444100; }

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

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

background-color css

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

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

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

border-color css

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

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

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