Html Css Color HEX #44541F Verdun Green

📋 copy color: '#44541F'

red 68 ◦ green 84 ◦ blue 31

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

Shades of Verdun Green #44541F

Tints of Verdun Green #44541F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 37.16%
G = 45.9%
B = 16.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#44541F (or 0x44541F) is known color: Verdun Green. HEX triplet: 44, 54 and 1F. RGB value is (68,84,31). Sum of RGB (Red+Green+Blue) = 68+84+31=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #44541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44541F is #BBABE0. Grayscale: #494949. Windows color (decimal): -12299233 or 2053188. OLE color: 2053188.

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

Color convert

RGB 68 84 31 -
CMYK 0.19 0 0.63 0.67
HSL 78.11º 0.46% 0.23% -
HSV(B) 78.11º 0.63% 0.33% -
XYZ 5.8 7.67 2.47 -
YUV 73.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 68 84 31 0.19 0 0.63 0.67 78.11 0.46 0.23
Hex 44 54 1F 13 0 3F 43 4E 2E 17
Octal 104 124 37 23 0 77 103 116 56 27
Binary 1000100 1010100 11111 10011 0 111111 1000011 1001110 101110 10111

Color Harmonies of #44541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44541F

Black with #44541F

Text Example


Text Example

White with #44541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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