Html Css Color HEX #444A17 Verdun Green

📋 copy color: '#444A17'

red 68 ◦ green 74 ◦ blue 23

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

Shades of Verdun Green #444A17

Tints of Verdun Green #444A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.85%

 BLUE value IS 23 (9.38% from 255) = 13.94%

R = 41.21%
G = 44.85%
B = 13.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#444A17 (or 0x444A17) is known color: Verdun Green. HEX triplet: 44, 4A and 17. RGB value is (68,74,23). Sum of RGB (Red+Green+Blue) = 68+74+23=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #444A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444A17 is #BBB5E8. Grayscale: #424242. Windows color (decimal): -12301801 or 1526340. OLE color: 1526340.

HSL color Cylindrical-coordinate representation of color #444A17: hue angle of 67.06º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444A17 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 74 23 -
CMYK 0.08 0 0.69 0.71
HSL 67.06º 0.53% 0.19% -
HSV(B) 67.06º 0.69% 0.29% -
XYZ 4.99 6.19 1.74 -
YUV 66.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 68 74 23 0.08 0 0.69 0.71 67.06 0.53 0.19
Hex 44 4A 17 8 0 45 47 43 35 13
Octal 104 112 27 10 0 105 107 103 65 23
Binary 1000100 1001010 10111 1000 0 1000101 1000111 1000011 110101 10011

Color Harmonies of #444A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A17

Black with #444A17

Text Example


Text Example

White with #444A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444A17; }

 p { color: rgb(68,74,23); }

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

background-color css

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

 a { background-color: rgb(68,74,23); }

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

border-color css

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

 span { border-color: rgb(68,74,23); }

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