Html Css Color HEX #444101 Verdun Green

📋 copy color: '#444101'

red 68 ◦ green 65 ◦ blue 1

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

Shades of Verdun Green #444101

Tints of Verdun Green #444101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 50.75%
G = 48.51%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#444101 (or 0x444101) is known color: Verdun Green. HEX triplet: 44, 41 and 01. RGB value is (68,65,1). Sum of RGB (Red+Green+Blue) = 68+65+1=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #444101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444101 is #BBBEFE. Grayscale: #3A3A3A. Windows color (decimal): -12304127 or 82244. OLE color: 82244.

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

Color convert

RGB 68 65 1 -
CMYK 0 0.04 0.99 0.73
HSL 57.31º 0.97% 0.14% -
HSV(B) 57.31º 0.99% 0.27% -
XYZ 4.28 5.01 0.77 -
YUV 58.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 68 65 1 0 0.04 0.99 0.73 57.31 0.97 0.14
Hex 44 41 1 0 4 63 49 39 61 E
Octal 104 101 1 0 4 143 111 71 141 16
Binary 1000100 1000001 1 0 100 1100011 1001001 111001 1100001 1110

Color Harmonies of #444101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444101

Black with #444101

Text Example


Text Example

White with #444101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444101; }

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

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

background-color css

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

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

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

border-color css

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

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

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