Html Css Color HEX #444701 Verdun Green

📋 copy color: '#444701'

red 68 ◦ green 71 ◦ blue 1

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

Shades of Verdun Green #444701

Tints of Verdun Green #444701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.71%

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

R = 48.57%
G = 50.71%
B = 0.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#444701 (or 0x444701) is known color: Verdun Green. HEX triplet: 44, 47 and 01. RGB value is (68,71,1). Sum of RGB (Red+Green+Blue) = 68+71+1=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #444701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444701 is #BBB8FE. Grayscale: #3E3E3E. Windows color (decimal): -12302591 or 83780. OLE color: 83780.

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

Color convert

RGB 68 71 1 -
CMYK 0.04 0 0.99 0.72
HSL 62.57º 0.97% 0.14% -
HSV(B) 62.57º 0.99% 0.28% -
XYZ 4.64 5.74 0.89 -
YUV 62.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 68 71 1 0.04 0 0.99 0.72 62.57 0.97 0.14
Hex 44 47 1 4 0 63 48 3F 61 E
Octal 104 107 1 4 0 143 110 77 141 16
Binary 1000100 1000111 1 100 0 1100011 1001000 111111 1100001 1110

Color Harmonies of #444701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444701

Black with #444701

Text Example


Text Example

White with #444701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444701; }

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

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

background-color css

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

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

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

border-color css

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

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

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