#3E6521

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

Shades of Dell #3E6521

Tints of Dell #3E6521

Color information

#3E6521 (or 0x3E6521) is unknown color: approx Dell. HEX triplet: 3E, 65 and 21. RGB value is (62,101,33). Sum of RGB (Red+Green+Blue) = 62+101+33=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #3E6521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6521 is #C19ADE. Grayscale: #515151. Windows color (decimal): -12688095 or 2188606. OLE color: 2188606.

HSL color Cylindrical-coordinate representation of color #3E6521: hue angle of 94.41º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E6521 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB6210133-
CMYK0.3900.670.60
HSL94.41º50.75%26.27%-
HSV(B)94.41º67.33%39.61%-
XYZ6.9110.443.09-
YUV81.59100.58114.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 101 (39.84% from 255) = 51.53%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=31.63%
G=51.53%
B=16.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62101330.3900.670.6094.4150.7526.27
Hex3E6521270433C5e331a
Octal7614541470103741366332
Binary111110110010110000110011101000011111100101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,101,33); }

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

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

 a { background-color: rgb(62,101,33); }

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

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

 span { border-color: rgb(62,101,33); }

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