Html Css Color HEX #444702 Verdun Green

📋 copy color: '#444702'

red 68 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #444702

Tints of Verdun Green #444702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.42%

R = 48.23%
G = 50.35%
B = 1.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#444702 (or 0x444702) is known color: Verdun Green. HEX triplet: 44, 47 and 02. RGB value is (68,71,2). Sum of RGB (Red+Green+Blue) = 68+71+2=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #444702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444702 is #BBB8FD. Grayscale: #3E3E3E. Windows color (decimal): -12302590 or 149316. OLE color: 149316.

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

Color convert

RGB 68 71 2 -
CMYK 0.04 0 0.97 0.72
HSL 62.61º 0.95% 0.14% -
HSV(B) 62.61º 0.97% 0.28% -
XYZ 4.65 5.74 0.92 -
YUV 62.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 68 71 2 0.04 0 0.97 0.72 62.61 0.95 0.14
Hex 44 47 2 4 0 61 48 3F 5F E
Octal 104 107 2 4 0 141 110 77 137 16
Binary 1000100 1000111 10 100 0 1100001 1001000 111111 1011111 1110

Color Harmonies of #444702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444702

Black with #444702

Text Example


Text Example

White with #444702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444702; }

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

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

background-color css

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

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

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

border-color css

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

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

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