Html Css Color HEX #44541E Verdun Green

📋 copy color: '#44541E'

red 68 ◦ green 84 ◦ blue 30

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

Shades of Verdun Green #44541E

Tints of Verdun Green #44541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 37.36%
G = 46.15%
B = 16.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#44541E (or 0x44541E) is known color: Verdun Green. HEX triplet: 44, 54 and 1E. RGB value is (68,84,30). Sum of RGB (Red+Green+Blue) = 68+84+30=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #44541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44541E is #BBABE1. Grayscale: #494949. Windows color (decimal): -12299234 or 1987652. OLE color: 1987652.

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

Color convert

RGB 68 84 30 -
CMYK 0.19 0 0.64 0.67
HSL 77.78º 0.47% 0.22% -
HSV(B) 77.78º 0.64% 0.33% -
XYZ 5.79 7.66 2.4 -
YUV 73.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 68 84 30 0.19 0 0.64 0.67 77.78 0.47 0.22
Hex 44 54 1E 13 0 40 43 4E 2F 16
Octal 104 124 36 23 0 100 103 116 57 26
Binary 1000100 1010100 11110 10011 0 1000000 1000011 1001110 101111 10110

Color Harmonies of #44541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44541E

Black with #44541E

Text Example


Text Example

White with #44541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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