#41682A

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

Shades of Dell #41682A

Tints of Dell #41682A

Color information

#41682A (or 0x41682A) is unknown color: approx Dell. HEX triplet: 41, 68 and 2A. RGB value is (65,104,42). Sum of RGB (Red+Green+Blue) = 65+104+42=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #41682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41682A is #BE97D5. Grayscale: #555555. Windows color (decimal): -12490710 or 2779201. OLE color: 2779201.

HSL color Cylindrical-coordinate representation of color #41682A: hue angle of 97.74º degrees, saturation: 0.42, 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 #41682A is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB6510442-
CMYK0.3800.600.59
HSL97.74º42.47%28.63%-
HSV(B)97.74º59.62%40.78%-
XYZ7.5511.193.95-
YUV85.27103.58113.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=30.81%
G=49.29%
B=19.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104420.3800.600.5997.7442.4728.63
Hex41682A2603C3B622a1d
Octal1011505246074731425235
Binary100000111010001010101001100111100111011110001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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