Html Css Color HEX #444208 Verdun Green

📋 copy color: '#444208'

red 68 ◦ green 66 ◦ blue 8

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

Shades of Verdun Green #444208

Tints of Verdun Green #444208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.63%

R = 47.89%
G = 46.48%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#444208 (or 0x444208) is known color: Verdun Green. HEX triplet: 44, 42 and 08. RGB value is (68,66,8). Sum of RGB (Red+Green+Blue) = 68+66+8=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #444208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444208 is #BBBDF7. Grayscale: #3C3C3C. Windows color (decimal): -12303864 or 541252. OLE color: 541252.

HSL color Cylindrical-coordinate representation of color #444208: hue angle of 58º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #444208 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 66 8 -
CMYK 0 0.03 0.88 0.73
HSL 58º 0.79% 0.15% -
HSV(B) 58º 0.88% 0.27% -
XYZ 4.38 5.14 0.99 -
YUV 59.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 68 66 8 0 0.03 0.88 0.73 58 0.79 0.15
Hex 44 42 8 0 3 58 49 3A 4F F
Octal 104 102 10 0 3 130 111 72 117 17
Binary 1000100 1000010 1000 0 11 1011000 1001001 111010 1001111 1111

Color Harmonies of #444208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444208

Black with #444208

Text Example


Text Example

White with #444208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444208; }

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

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

background-color css

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

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

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

border-color css

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

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

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