#3F5E20

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

Shades of Dell #3F5E20

Tints of Dell #3F5E20

Color information

#3F5E20 (or 0x3F5E20) is unknown color: approx Dell. HEX triplet: 3F, 5E and 20. RGB value is (63,94,32). Sum of RGB (Red+Green+Blue) = 63+94+32=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #3F5E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5E20 is #C0A1DF. Grayscale: #4D4D4D. Windows color (decimal): -12624352 or 2121279. OLE color: 2121279.

HSL color Cylindrical-coordinate representation of color #3F5E20: hue angle of 90º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F5E20 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB639432-
CMYK0.3300.660.63
HSL90º49.21%24.71%-
HSV(B)90º65.96%36.86%-
XYZ6.319.172.8-
YUV77.66102.23117.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 49.74%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=33.33%
G=49.74%
B=16.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6394320.3300.660.639049.2124.71
Hex3F5E20210423F5a3119
Octal7713640410102771326131
Binary111111101111010000010000101000010111111101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,94,32); }

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

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

 a { background-color: rgb(63,94,32); }

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

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

 span { border-color: rgb(63,94,32); }

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