#43682B

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

Shades of Dell #43682B

Tints of Dell #43682B

Color information

#43682B (or 0x43682B) is unknown color: approx Dell. HEX triplet: 43, 68 and 2B. RGB value is (67,104,43). Sum of RGB (Red+Green+Blue) = 67+104+43=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #43682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43682B is #BC97D4. Grayscale: #565656. Windows color (decimal): -12359637 or 2844739. OLE color: 2844739.

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

Color convert

RGB6710443-
CMYK0.3600.590.59
HSL96.39º41.5%28.82%-
HSV(B)96.39º58.65%40.78%-
XYZ7.711.274.05-
YUV85.98103.74114.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 104 (41.02% from 255) = 48.60%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=31.31%
G=48.60%
B=20.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67104430.3600.590.5996.3941.528.82
Hex43682B2403B3B60291d
Octal1031505344073731405135
Binary100001111010001010111001000111011111011110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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