#3F6D20

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

Shades of Dell #3F6D20

Tints of Dell #3F6D20

Color information

#3F6D20 (or 0x3F6D20) is unknown color: approx Dell. HEX triplet: 3F, 6D and 20. RGB value is (63,109,32). Sum of RGB (Red+Green+Blue) = 63+109+32=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6D20 is #C092DF. Grayscale: #565656. Windows color (decimal): -12620512 or 2125119. OLE color: 2125119.

HSL color Cylindrical-coordinate representation of color #3F6D20: hue angle of 95.84º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F6D20 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB6310932-
CMYK0.4200.710.57
HSL95.84º54.61%27.65%-
HSV(B)95.84º70.64%42.75%-
XYZ7.7812.13.29-
YUV86.4797.26111.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 109 (42.97% from 255) = 53.43%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=30.88%
G=53.43%
B=15.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63109320.4200.710.5795.8454.6127.65
Hex3F6D202A0473960371c
Octal7715540520107711406734
Binary111111110110110000010101001000111111001110000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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