Html Css Color HEX #44551D Verdun Green

📋 copy color: '#44551D'

red 68 ◦ green 85 ◦ blue 29

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

Shades of Verdun Green #44551D

Tints of Verdun Green #44551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 37.36%
G = 46.7%
B = 15.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#44551D (or 0x44551D) is known color: Verdun Green. HEX triplet: 44, 55 and 1D. RGB value is (68,85,29). Sum of RGB (Red+Green+Blue) = 68+85+29=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #44551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44551D is #BBAAE2. Grayscale: #494949. Windows color (decimal): -12298979 or 1922372. OLE color: 1922372.

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

Color convert

RGB 68 85 29 -
CMYK 0.20 0 0.66 0.67
HSL 78.21º 0.49% 0.22% -
HSV(B) 78.21º 0.66% 0.33% -
XYZ 5.85 7.81 2.36 -
YUV 73.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 68 85 29 0.20 0 0.66 0.67 78.21 0.49 0.22
Hex 44 55 1D 14 0 42 43 4E 31 16
Octal 104 125 35 24 0 102 103 116 61 26
Binary 1000100 1010101 11101 10100 0 1000010 1000011 1001110 110001 10110

Color Harmonies of #44551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44551D

Black with #44551D

Text Example


Text Example

White with #44551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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