Html Css Color HEX #444D1B Verdun Green

📋 copy color: '#444D1B'

red 68 ◦ green 77 ◦ blue 27

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

Shades of Verdun Green #444D1B

Tints of Verdun Green #444D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.77%

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 39.53%
G = 44.77%
B = 15.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#444D1B (or 0x444D1B) is known color: Verdun Green. HEX triplet: 44, 4D and 1B. RGB value is (68,77,27). Sum of RGB (Red+Green+Blue) = 68+77+27=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #444D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D1B is #BBB2E4. Grayscale: #444444. Windows color (decimal): -12301029 or 1789252. OLE color: 1789252.

HSL color Cylindrical-coordinate representation of color #444D1B: hue angle of 70.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #444D1B is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 77 27 -
CMYK 0.12 0 0.65 0.70
HSL 70.8º 0.48% 0.2% -
HSV(B) 70.8º 0.65% 0.3% -
XYZ 5.24 6.62 2.04 -
YUV 68.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 68 77 27 0.12 0 0.65 0.70 70.8 0.48 0.2
Hex 44 4D 1B C 0 41 46 47 30 14
Octal 104 115 33 14 0 101 106 107 60 24
Binary 1000100 1001101 11011 1100 0 1000001 1000110 1000111 110000 10100

Color Harmonies of #444D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D1B

Black with #444D1B

Text Example


Text Example

White with #444D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,27); }

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

background-color css

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

 a { background-color: rgb(68,77,27); }

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

border-color css

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

 span { border-color: rgb(68,77,27); }

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