Html Css Color HEX #44501D Verdun Green

📋 copy color: '#44501D'

red 68 ◦ green 80 ◦ blue 29

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

Shades of Verdun Green #44501D

Tints of Verdun Green #44501D

RGB

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

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

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

R = 38.42%
G = 45.2%
B = 16.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#44501D (or 0x44501D) is known color: Verdun Green. HEX triplet: 44, 50 and 1D. RGB value is (68,80,29). Sum of RGB (Red+Green+Blue) = 68+80+29=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #44501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44501D is #BBAFE2. Grayscale: #464646. Windows color (decimal): -12300259 or 1921092. OLE color: 1921092.

HSL color Cylindrical-coordinate representation of color #44501D: hue angle of 74.12º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44501D is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 29 -
CMYK 0.15 0 0.64 0.69
HSL 74.12º 0.47% 0.21% -
HSV(B) 74.12º 0.64% 0.31% -
XYZ 5.47 7.05 2.24 -
YUV 70.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 68 80 29 0.15 0 0.64 0.69 74.12 0.47 0.21
Hex 44 50 1D F 0 40 45 4A 2F 15
Octal 104 120 35 17 0 100 105 112 57 25
Binary 1000100 1010000 11101 1111 0 1000000 1000101 1001010 101111 10101

Color Harmonies of #44501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44501D

Black with #44501D

Text Example


Text Example

White with #44501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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