#3E6B21

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

Shades of Dell #3E6B21

Tints of Dell #3E6B21

Color information

#3E6B21 (or 0x3E6B21) is unknown color: approx Dell. HEX triplet: 3E, 6B and 21. RGB value is (62,107,33). Sum of RGB (Red+Green+Blue) = 62+107+33=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #3E6B21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6B21 is #C194DE. Grayscale: #555555. Windows color (decimal): -12686559 or 2190142. OLE color: 2190142.

HSL color Cylindrical-coordinate representation of color #3E6B21: hue angle of 96.49º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E6B21 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB6210733-
CMYK0.4200.690.58
HSL96.49º52.86%27.45%-
HSV(B)96.49º69.16%41.96%-
XYZ7.5211.653.29-
YUV85.1198.59111.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=30.69%
G=52.97%
B=16.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62107330.4200.690.5896.4952.8627.45
Hex3E6B212A0453A60351b
Octal7615341520105721406533
Binary111110110101110000110101001000101111010110000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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