Html Css Color HEX #444B10 Verdun Green

📋 copy color: '#444B10'

red 68 ◦ green 75 ◦ blue 16

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

Shades of Verdun Green #444B10

Tints of Verdun Green #444B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.17%

 BLUE value IS 16 (6.64% from 255) = 10.06%

R = 42.77%
G = 47.17%
B = 10.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#444B10 (or 0x444B10) is known color: Verdun Green. HEX triplet: 44, 4B and 10. RGB value is (68,75,16). Sum of RGB (Red+Green+Blue) = 68+75+16=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #444B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B10 is #BBB4EF. Grayscale: #424242. Windows color (decimal): -12301552 or 1067844. OLE color: 1067844.

HSL color Cylindrical-coordinate representation of color #444B10: hue angle of 67.12º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #444B10 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 75 16 -
CMYK 0.09 0 0.79 0.71
HSL 67.12º 0.65% 0.18% -
HSV(B) 67.12º 0.79% 0.29% -
XYZ 4.99 6.3 1.44 -
YUV 66.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 68 75 16 0.09 0 0.79 0.71 67.12 0.65 0.18
Hex 44 4B 10 9 0 4F 47 43 41 12
Octal 104 113 20 11 0 117 107 103 101 22
Binary 1000100 1001011 10000 1001 0 1001111 1000111 1000011 1000001 10010

Color Harmonies of #444B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B10

Black with #444B10

Text Example


Text Example

White with #444B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,16); }

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

background-color css

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

 a { background-color: rgb(68,75,16); }

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

border-color css

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

 span { border-color: rgb(68,75,16); }

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