#41682B

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

Shades of Dell #41682B

Tints of Dell #41682B

Color information

#41682B (or 0x41682B) is unknown color: approx Dell. HEX triplet: 41, 68 and 2B. RGB value is (65,104,43). Sum of RGB (Red+Green+Blue) = 65+104+43=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #41682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41682B is #BE97D4. Grayscale: #555555. Windows color (decimal): -12490709 or 2844737. OLE color: 2844737.

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

Color convert

RGB6510443-
CMYK0.3800.590.59
HSL98.36º41.5%28.82%-
HSV(B)98.36º58.65%40.78%-
XYZ7.5711.24.05-
YUV85.38104.08113.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 104 (41.02% from 255) = 49.06%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=30.66%
G=49.06%
B=20.28%

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
Decimal65104430.3800.590.5998.3641.528.82
Hex41682B2603B3B62291d
Octal1011505346073731425135
Binary100000111010001010111001100111011111011110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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