#44721F

Color #44721F Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #44721F

Tints of Dell #44721F

Color information

#44721F (or 0x44721F) is unknown color: approx Dell. HEX triplet: 44, 72 and 1F. RGB value is (68,114,31). Sum of RGB (Red+Green+Blue) = 68+114+31=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #44721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44721F is #BB8DE0. Grayscale: #5B5B5B. Windows color (decimal): -12291553 or 2060868. OLE color: 2060868.

HSL color Cylindrical-coordinate representation of color #44721F: hue angle of 93.25º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44721F is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB6811431-
CMYK0.4000.730.55
HSL93.25º57.24%28.43%-
HSV(B)93.25º72.81%44.71%-
XYZ8.6513.363.42-
YUV90.7894.26111.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=31.92%
G=53.52%
B=14.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114310.4000.730.5593.2557.2428.43
Hex44721F28049375d391c
Octal10416237500111671357134
Binary100010011100101111110100001001001110111101110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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