Html Css Color HEX #44541A Verdun Green

📋 copy color: '#44541A'

red 68 ◦ green 84 ◦ blue 26

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

Shades of Verdun Green #44541A

Tints of Verdun Green #44541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.19%

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

R = 38.2%
G = 47.19%
B = 14.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#44541A (or 0x44541A) is known color: Verdun Green. HEX triplet: 44, 54 and 1A. RGB value is (68,84,26). Sum of RGB (Red+Green+Blue) = 68+84+26=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #44541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44541A is #BBABE5. Grayscale: #484848. Windows color (decimal): -12299238 or 1725508. OLE color: 1725508.

HSL color Cylindrical-coordinate representation of color #44541A: hue angle of 76.55º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44541A is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 84 26 -
CMYK 0.19 0 0.69 0.67
HSL 76.55º 0.53% 0.22% -
HSV(B) 76.55º 0.69% 0.33% -
XYZ 5.74 7.64 2.15 -
YUV 72.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 68 84 26 0.19 0 0.69 0.67 76.55 0.53 0.22
Hex 44 54 1A 13 0 45 43 4D 35 16
Octal 104 124 32 23 0 105 103 115 65 26
Binary 1000100 1010100 11010 10011 0 1000101 1000011 1001101 110101 10110

Color Harmonies of #44541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44541A

Black with #44541A

Text Example


Text Example

White with #44541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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