Html Css Color HEX #44480D Verdun Green

📋 copy color: '#44480D'

red 68 ◦ green 72 ◦ blue 13

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

Shades of Verdun Green #44480D

Tints of Verdun Green #44480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.06%

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 44.44%
G = 47.06%
B = 8.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#44480D (or 0x44480D) is known color: Verdun Green. HEX triplet: 44, 48 and 0D. RGB value is (68,72,13). Sum of RGB (Red+Green+Blue) = 68+72+13=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #44480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44480D is #BBB7F2. Grayscale: #404040. Windows color (decimal): -12302323 or 870468. OLE color: 870468.

HSL color Cylindrical-coordinate representation of color #44480D: hue angle of 64.07º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44480D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 72 13 -
CMYK 0.06 0 0.82 0.72
HSL 64.07º 0.69% 0.17% -
HSV(B) 64.07º 0.82% 0.28% -
XYZ 4.77 5.89 1.27 -
YUV 64.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 68 72 13 0.06 0 0.82 0.72 64.07 0.69 0.17
Hex 44 48 D 6 0 52 48 40 45 11
Octal 104 110 15 6 0 122 110 100 105 21
Binary 1000100 1001000 1101 110 0 1010010 1001000 1000000 1000101 10001

Color Harmonies of #44480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44480D

Black with #44480D

Text Example


Text Example

White with #44480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44480D; }

 p { color: rgb(68,72,13); }

 H1.HeaderClassName
 {
   color: #44480D;
 }
 .AnyTagClassName
 {
   color: #44480D;
 }
</style>

background-color css

<style>
 a { background-color: #44480D; }

 a { background-color: rgb(68,72,13); }

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

border-color css

<style>
 span { border-color: #44480D; }

 span { border-color: rgb(68,72,13); }

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