#3E602A

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

Shades of Dell #3E602A

Tints of Dell #3E602A

Color information

#3E602A (or 0x3E602A) is unknown color: approx Dell. HEX triplet: 3E, 60 and 2A. RGB value is (62,96,42). Sum of RGB (Red+Green+Blue) = 62+96+42=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #3E602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E602A is #C19FD5. Grayscale: #4F4F4F. Windows color (decimal): -12689366 or 2777150. OLE color: 2777150.

HSL color Cylindrical-coordinate representation of color #3E602A: hue angle of 97.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E602A is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB629642-
CMYK0.3500.560.62
HSL97.78º39.13%27.06%-
HSV(B)97.78º56.25%37.65%-
XYZ6.599.563.69-
YUV79.68106.74115.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 42 (16.80% from 255) = 21%
R=31%
G=48%
B=21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296420.3500.560.6297.7839.1327.06
Hex3E602A230383E62271b
Octal761405243070761424733
Binary11111011000001010101000110111000111110110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,42); }

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

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

 a { background-color: rgb(62,96,42); }

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

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

 span { border-color: rgb(62,96,42); }

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