Html Css Color HEX #44510B Verdun Green

📋 copy color: '#44510B'

red 68 ◦ green 81 ◦ blue 11

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

Shades of Verdun Green #44510B

Tints of Verdun Green #44510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50.63%

 BLUE value IS 11 (4.69% from 255) = 6.88%

R = 42.5%
G = 50.63%
B = 6.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#44510B (or 0x44510B) is known color: Verdun Green. HEX triplet: 44, 51 and 0B. RGB value is (68,81,11). Sum of RGB (Red+Green+Blue) = 68+81+11=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #44510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44510B is #BBAEF4. Grayscale: #454545. Windows color (decimal): -12300021 or 741700. OLE color: 741700.

HSL color Cylindrical-coordinate representation of color #44510B: hue angle of 71.14º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44510B is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 11 -
CMYK 0.16 0 0.86 0.68
HSL 71.14º 0.76% 0.18% -
HSV(B) 71.14º 0.86% 0.32% -
XYZ 5.39 7.14 1.41 -
YUV 69.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 68 81 11 0.16 0 0.86 0.68 71.14 0.76 0.18
Hex 44 51 B 10 0 56 44 47 4C 12
Octal 104 121 13 20 0 126 104 107 114 22
Binary 1000100 1010001 1011 10000 0 1010110 1000100 1000111 1001100 10010

Color Harmonies of #44510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44510B

Black with #44510B

Text Example


Text Example

White with #44510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44510B; }

 p { color: rgb(68,81,11); }

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

background-color css

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

 a { background-color: rgb(68,81,11); }

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

border-color css

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

 span { border-color: rgb(68,81,11); }

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