#3F6A20

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

Shades of Dell #3F6A20

Tints of Dell #3F6A20

Color information

#3F6A20 (or 0x3F6A20) is unknown color: approx Dell. HEX triplet: 3F, 6A and 20. RGB value is (63,106,32). Sum of RGB (Red+Green+Blue) = 63+106+32=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A20 is #C095DF. Grayscale: #545454. Windows color (decimal): -12621280 or 2124351. OLE color: 2124351.

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

Color convert

RGB6310632-
CMYK0.4100.700.58
HSL94.86º53.62%27.06%-
HSV(B)94.86º69.81%41.57%-
XYZ7.4611.473.19-
YUV84.7198.25112.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.34%
GREEN value IS 106 (41.80% from 255) = 52.74%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=31.34%
G=52.74%
B=15.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106320.4100.700.5894.8653.6227.06
Hex3F6A20290463A5f361b
Octal7715240510106721376633
Binary111111110101010000010100101000110111010101111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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