#41692B

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

Shades of Dell #41692B

Tints of Dell #41692B

Color information

#41692B (or 0x41692B) is unknown color: approx Dell. HEX triplet: 41, 69 and 2B. RGB value is (65,105,43). Sum of RGB (Red+Green+Blue) = 65+105+43=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #41692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41692B is #BE96D4. Grayscale: #565656. Windows color (decimal): -12490453 or 2844993. OLE color: 2844993.

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

Color convert

RGB6510543-
CMYK0.3800.590.59
HSL98.71º41.89%29.02%-
HSV(B)98.71º59.05%41.18%-
XYZ7.6711.44.08-
YUV85.97103.75113.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=30.52%
G=49.30%
B=20.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105430.3800.590.5998.7141.8929.02
Hex41692B2603B3B632a1d
Octal1011515346073731435235
Binary100000111010011010111001100111011111011110001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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