Html Css Color HEX #44501C Verdun Green

📋 copy color: '#44501C'

red 68 ◦ green 80 ◦ blue 28

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

Shades of Verdun Green #44501C

Tints of Verdun Green #44501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 38.64%
G = 45.45%
B = 15.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#44501C (or 0x44501C) is known color: Verdun Green. HEX triplet: 44, 50 and 1C. RGB value is (68,80,28). Sum of RGB (Red+Green+Blue) = 68+80+28=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #44501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44501C is #BBAFE3. Grayscale: #464646. Windows color (decimal): -12300260 or 1855556. OLE color: 1855556.

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

Color convert

RGB 68 80 28 -
CMYK 0.15 0 0.65 0.69
HSL 73.85º 0.48% 0.21% -
HSV(B) 73.85º 0.65% 0.31% -
XYZ 5.46 7.05 2.17 -
YUV 70.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 68 80 28 0.15 0 0.65 0.69 73.85 0.48 0.21
Hex 44 50 1C F 0 41 45 4A 30 15
Octal 104 120 34 17 0 101 105 112 60 25
Binary 1000100 1010000 11100 1111 0 1000001 1000101 1001010 110000 10101

Color Harmonies of #44501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44501C

Black with #44501C

Text Example


Text Example

White with #44501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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