Html Css Color HEX #44500B Verdun Green

📋 copy color: '#44500B'

red 68 ◦ green 80 ◦ blue 11

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

Shades of Verdun Green #44500B

Tints of Verdun Green #44500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.31%

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

R = 42.77%
G = 50.31%
B = 6.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#44500B (or 0x44500B) is known color: Verdun Green. HEX triplet: 44, 50 and 0B. RGB value is (68,80,11). Sum of RGB (Red+Green+Blue) = 68+80+11=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #44500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44500B is #BBAFF4. Grayscale: #444444. Windows color (decimal): -12300277 or 741444. OLE color: 741444.

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

Color convert

RGB 68 80 11 -
CMYK 0.15 0 0.86 0.69
HSL 70.43º 0.76% 0.18% -
HSV(B) 70.43º 0.86% 0.31% -
XYZ 5.31 6.99 1.39 -
YUV 68.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 68 80 11 0.15 0 0.86 0.69 70.43 0.76 0.18
Hex 44 50 B F 0 56 45 46 4C 12
Octal 104 120 13 17 0 126 105 106 114 22
Binary 1000100 1010000 1011 1111 0 1010110 1000101 1000110 1001100 10010

Color Harmonies of #44500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44500B

Black with #44500B

Text Example


Text Example

White with #44500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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