#42612D

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

Shades of Dell #42612D

Tints of Dell #42612D

Color information

#42612D (or 0x42612D) is unknown color: approx Dell. HEX triplet: 42, 61 and 2D. RGB value is (66,97,45). Sum of RGB (Red+Green+Blue) = 66+97+45=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #42612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42612D is #BD9ED2. Grayscale: #515151. Windows color (decimal): -12426963 or 2974018. OLE color: 2974018.

HSL color Cylindrical-coordinate representation of color #42612D: hue angle of 95.77º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42612D is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB669745-
CMYK0.3200.540.62
HSL95.77º36.62%27.84%-
HSV(B)95.77º53.61%38.04%-
XYZ79.94.02-
YUV81.8107.23116.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=31.73%
G=46.63%
B=21.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697450.3200.540.6295.7736.6227.84
Hex42612D200363E60251c
Octal1021415540066761404534
Binary100001011000011011011000000110110111110110000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42612D; }

 p { color: rgb(66,97,45); }

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

<style>
 a { background-color: #42612D; }

 a { background-color: rgb(66,97,45); }

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

<style>
 span { border-color: #42612D; }

 span { border-color: rgb(66,97,45); }

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