#41692C

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

Shades of Dell #41692C

Tints of Dell #41692C

Color information

#41692C (or 0x41692C) is unknown color: approx Dell. HEX triplet: 41, 69 and 2C. RGB value is (65,105,44). Sum of RGB (Red+Green+Blue) = 65+105+44=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #41692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41692C is #BE96D3. Grayscale: #565656. Windows color (decimal): -12490452 or 2910529. OLE color: 2910529.

HSL color Cylindrical-coordinate representation of color #41692C: hue angle of 99.34º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41692C is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB6510544-
CMYK0.3800.580.59
HSL99.34º40.94%29.22%-
HSV(B)99.34º58.1%41.18%-
XYZ7.6911.414.18-
YUV86.09104.25112.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=30.37%
G=49.07%
B=20.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105440.3800.580.5999.3440.9429.22
Hex41692C2603A3B63291d
Octal1011515446072731435135
Binary100000111010011011001001100111010111011110001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41692C; }

 p { color: rgb(65,105,44); }

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

<style>
 a { background-color: #41692C; }

 a { background-color: rgb(65,105,44); }

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

<style>
 span { border-color: #41692C; }

 span { border-color: rgb(65,105,44); }

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