#3E582E

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

Shades of Dell #3E582E

Tints of Dell #3E582E

Color information

#3E582E (or 0x3E582E) is unknown color: approx Dell. HEX triplet: 3E, 58 and 2E. RGB value is (62,88,46). Sum of RGB (Red+Green+Blue) = 62+88+46=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #3E582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E582E is #C1A7D1. Grayscale: #4B4B4B. Windows color (decimal): -12691410 or 3037246. OLE color: 3037246.

HSL color Cylindrical-coordinate representation of color #3E582E: hue angle of 97.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E582E is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB628846-
CMYK0.3000.480.65
HSL97.14º31.34%26.27%-
HSV(B)97.14º47.73%34.51%-
XYZ5.978.23.85-
YUV75.44111.39118.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 88 (34.77% from 255) = 44.90%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=31.63%
G=44.90%
B=23.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6288460.3000.480.6597.1431.3426.27
Hex3E582E1E03041611f1a
Octal7613056360601011413732
Binary1111101011000101110111100110000100000111000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,88,46); }

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

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

 a { background-color: rgb(62,88,46); }

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

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

 span { border-color: rgb(62,88,46); }

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