#3E6228

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

Shades of Dell #3E6228

Tints of Dell #3E6228

Color information

#3E6228 (or 0x3E6228) is unknown color: approx Dell. HEX triplet: 3E, 62 and 28. RGB value is (62,98,40). Sum of RGB (Red+Green+Blue) = 62+98+40=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6228 is #C19DD7. Grayscale: #505050. Windows color (decimal): -12688856 or 2646590. OLE color: 2646590.

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

Color convert

RGB629840-
CMYK0.3700.590.62
HSL97.24º42.03%27.06%-
HSV(B)97.24º59.18%38.43%-
XYZ6.749.913.57-
YUV80.62105.07114.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 40 (16.02% from 255) = 20%
R=31%
G=49%
B=20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6298400.3700.590.6297.2442.0327.06
Hex3E62282503B3E612a1b
Octal761425045073761415233
Binary11111011000101010001001010111011111110110000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,98,40); }

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

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

 a { background-color: rgb(62,98,40); }

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

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

 span { border-color: rgb(62,98,40); }

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