#3E6026

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

Shades of Dell #3E6026

Tints of Dell #3E6026

Color information

#3E6026 (or 0x3E6026) is unknown color: approx Dell. HEX triplet: 3E, 60 and 26. RGB value is (62,96,38). Sum of RGB (Red+Green+Blue) = 62+96+38=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6026 is #C19FD9. Grayscale: #4F4F4F. Windows color (decimal): -12689370 or 2515006. OLE color: 2515006.

HSL color Cylindrical-coordinate representation of color #3E6026: hue angle of 95.17º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E6026 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB629638-
CMYK0.3500.600.62
HSL95.17º43.28%26.27%-
HSV(B)95.17º60.42%37.65%-
XYZ6.529.533.33-
YUV79.22104.74115.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=31.63%
G=48.98%
B=19.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296380.3500.600.6295.1743.2826.27
Hex3E60262303C3E5f2b1a
Octal761404643074761375332
Binary11111011000001001101000110111100111110101111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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