#41692A

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

Shades of Dell #41692A

Tints of Dell #41692A

Color information

#41692A (or 0x41692A) is unknown color: approx Dell. HEX triplet: 41, 69 and 2A. RGB value is (65,105,42). Sum of RGB (Red+Green+Blue) = 65+105+42=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #41692A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41692A is #BE96D5. Grayscale: #565656. Windows color (decimal): -12490454 or 2779457. OLE color: 2779457.

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

Color convert

RGB6510542-
CMYK0.3800.60.59
HSL98.1º42.86%28.82%-
HSV(B)98.1º60%41.18%-
XYZ7.6511.393.99-
YUV85.86103.25113.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=30.66%
G=49.53%
B=19.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105420.3800.60.5998.142.8628.82
Hex41692A2603C3B622b1d
Octal1011515246074731425335
Binary100000111010011010101001100111100111011110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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