Html Css Color HEX #44550D Verdun Green

📋 copy color: '#44550D'

red 68 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #44550D

Tints of Verdun Green #44550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

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

R = 40.96%
G = 51.2%
B = 7.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#44550D (or 0x44550D) is known color: Verdun Green. HEX triplet: 44, 55 and 0D. RGB value is (68,85,13). Sum of RGB (Red+Green+Blue) = 68+85+13=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #44550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44550D is #BBAAF2. Grayscale: #474747. Windows color (decimal): -12298995 or 873796. OLE color: 873796.

HSL color Cylindrical-coordinate representation of color #44550D: hue angle of 74.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44550D is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 13 -
CMYK 0.20 0 0.85 0.67
HSL 74.17º 0.73% 0.19% -
HSV(B) 74.17º 0.85% 0.33% -
XYZ 5.71 7.76 1.58 -
YUV 71.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 68 85 13 0.20 0 0.85 0.67 74.17 0.73 0.19
Hex 44 55 D 14 0 55 43 4A 49 13
Octal 104 125 15 24 0 125 103 112 111 23
Binary 1000100 1010101 1101 10100 0 1010101 1000011 1001010 1001001 10011

Color Harmonies of #44550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44550D

Black with #44550D

Text Example


Text Example

White with #44550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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