#44521E

Color #44521E Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #44521E

Tints of Verdun Green #44521E

Color information

#44521E (or 0x44521E) is unknown color: approx Verdun Green. HEX triplet: 44, 52 and 1E. RGB value is (68,82,30). Sum of RGB (Red+Green+Blue) = 68+82+30=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #44521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44521E is #BBADE1. Grayscale: #484848. Windows color (decimal): -12299746 or 1987140. OLE color: 1987140.

HSL color Cylindrical-coordinate representation of color #44521E: hue angle of 76.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44521E is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB688230-
CMYK0.1700.630.68
HSL76.15º46.43%21.96%-
HSV(B)76.15º63.41%32.16%-
XYZ5.647.362.35-
YUV71.89104.36125.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 82 (32.42% from 255) = 45.56%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=37.78%
G=45.56%
B=16.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882300.1700.630.6876.1546.4321.96
Hex44521E1103F444c2e16
Octal10412236210771041145626
Binary10001001010010111101000101111111000100100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44521E;
 }
 .AnyTagClassName
 {
   color: #44521E;
 }
</style>
background-color css

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

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

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

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

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

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