Html Css Color HEX #44550E Verdun Green

📋 copy color: '#44550E'

red 68 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #44550E

Tints of Verdun Green #44550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.38%

R = 40.72%
G = 50.9%
B = 8.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#44550E (or 0x44550E) is known color: Verdun Green. HEX triplet: 44, 55 and 0E. RGB value is (68,85,14). Sum of RGB (Red+Green+Blue) = 68+85+14=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #44550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44550E is #BBAAF1. Grayscale: #484848. Windows color (decimal): -12298994 or 939332. OLE color: 939332.

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

Color convert

RGB 68 85 14 -
CMYK 0.20 0 0.84 0.67
HSL 74.37º 0.72% 0.19% -
HSV(B) 74.37º 0.84% 0.33% -
XYZ 5.71 7.76 1.61 -
YUV 71.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 68 85 14 0.20 0 0.84 0.67 74.37 0.72 0.19
Hex 44 55 E 14 0 54 43 4A 48 13
Octal 104 125 16 24 0 124 103 112 110 23
Binary 1000100 1010101 1110 10100 0 1010100 1000011 1001010 1001000 10011

Color Harmonies of #44550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44550E

Black with #44550E

Text Example


Text Example

White with #44550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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