Html Css Color HEX #44501A Verdun Green

📋 copy color: '#44501A'

red 68 ◦ green 80 ◦ blue 26

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

Shades of Verdun Green #44501A

Tints of Verdun Green #44501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 39.08%
G = 45.98%
B = 14.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#44501A (or 0x44501A) is known color: Verdun Green. HEX triplet: 44, 50 and 1A. RGB value is (68,80,26). Sum of RGB (Red+Green+Blue) = 68+80+26=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #44501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44501A is #BBAFE5. Grayscale: #464646. Windows color (decimal): -12300262 or 1724484. OLE color: 1724484.

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

Color convert

RGB 68 80 26 -
CMYK 0.15 0 0.67 0.69
HSL 73.33º 0.51% 0.21% -
HSV(B) 73.33º 0.68% 0.31% -
XYZ 5.44 7.04 2.05 -
YUV 70.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 68 80 26 0.15 0 0.67 0.69 73.33 0.51 0.21
Hex 44 50 1A F 0 43 45 49 33 15
Octal 104 120 32 17 0 103 105 111 63 25
Binary 1000100 1010000 11010 1111 0 1000011 1000101 1001001 110011 10101

Color Harmonies of #44501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44501A

Black with #44501A

Text Example


Text Example

White with #44501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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