#3E661C

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

Shades of Dell #3E661C

Tints of Dell #3E661C

Color information

#3E661C (or 0x3E661C) is unknown color: approx Dell. HEX triplet: 3E, 66 and 1C. RGB value is (62,102,28). Sum of RGB (Red+Green+Blue) = 62+102+28=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #3E661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E661C is #C199E3. Grayscale: #515151. Windows color (decimal): -12687844 or 1861182. OLE color: 1861182.

HSL color Cylindrical-coordinate representation of color #3E661C: hue angle of 92.43º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E661C is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB6210228-
CMYK0.3900.730.6
HSL92.43º56.92%25.49%-
HSV(B)92.43º72.55%40%-
XYZ6.9510.612.78-
YUV81.697.75114.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=32.29%
G=53.12%
B=14.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal62102280.3900.730.692.4356.9225.49
Hex3E661C270493C5c3919
Octal7614634470111741347131
Binary11111011001101110010011101001001111100101110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E661C; }

 p { color: rgb(62,102,28); }

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

<style>
 a { background-color: #3E661C; }

 a { background-color: rgb(62,102,28); }

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

<style>
 span { border-color: #3E661C; }

 span { border-color: rgb(62,102,28); }

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