#3E6428

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

Shades of Dell #3E6428

Tints of Dell #3E6428

Color information

#3E6428 (or 0x3E6428) is unknown color: approx Dell. HEX triplet: 3E, 64 and 28. RGB value is (62,100,40). Sum of RGB (Red+Green+Blue) = 62+100+40=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #3E6428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6428 is #C19BD7. Grayscale: #525252. Windows color (decimal): -12688344 or 2647102. OLE color: 2647102.

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

Color convert

RGB6210040-
CMYK0.3800.60.61
HSL98º42.86%27.45%-
HSV(B)98º60%39.22%-
XYZ6.9310.293.63-
YUV81.8104.41113.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=30.69%
G=49.50%
B=19.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal62100400.3800.60.619842.8627.45
Hex3E64282603C3D622b1b
Octal761445046074751425333
Binary11111011001001010001001100111100111101110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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