Html Css Color HEX #444200 Verdun Green

📋 copy color: '#444200'

red 68 ◦ green 66 ◦ blue 0

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

Shades of Verdun Green #444200

Tints of Verdun Green #444200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.25%

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

R = 50.75%
G = 49.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#444200 (or 0x444200) is known color: Verdun Green. HEX triplet: 44, 42 and 00. RGB value is (68,66,0). Sum of RGB (Red+Green+Blue) = 68+66+0=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #444200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444200 is #BBBDFF. Grayscale: #3B3B3B. Windows color (decimal): -12303872 or 16964. OLE color: 16964.

HSL color Cylindrical-coordinate representation of color #444200: hue angle of 58.24º 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 #444200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 66 0 -
CMYK 0 0.03 1 0.73
HSL 58.24º 1% 0.13% -
HSV(B) 58.24º 1% 0.27% -
XYZ 4.33 5.13 0.76 -
YUV 59.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 68 66 0 0 0.03 1 0.73 58.24 1 0.13
Hex 44 42 0 0 3 64 49 3A 64 D
Octal 104 102 0 0 3 144 111 72 144 15
Binary 1000100 1000010 0 0 11 1100100 1001001 111010 1100100 1101

Color Harmonies of #444200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444200

Black with #444200

Text Example


Text Example

White with #444200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444200; }

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

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

background-color css

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

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

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

border-color css

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

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

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