#44631E

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

Shades of Dell #44631E

Tints of Dell #44631E

Color information

#44631E (or 0x44631E) is unknown color: approx Dell. HEX triplet: 44, 63 and 1E. RGB value is (68,99,30). Sum of RGB (Red+Green+Blue) = 68+99+30=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #44631E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44631E is #BB9CE1. Grayscale: #525252. Windows color (decimal): -12295394 or 1991492. OLE color: 1991492.

HSL color Cylindrical-coordinate representation of color #44631E: hue angle of 86.96º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44631E is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB689930-
CMYK0.3100.700.61
HSL86.96º53.49%25.29%-
HSV(B)86.96º69.7%38.82%-
XYZ7.0810.252.83-
YUV81.8698.73118.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=34.52%
G=50.25%
B=15.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899300.3100.700.6186.9653.4925.29
Hex44631E1F0463D573519
Octal10414336370106751276531
Binary10001001100011111101111101000110111101101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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