#3F6A27

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

Shades of Dell #3F6A27

Tints of Dell #3F6A27

Color information

#3F6A27 (or 0x3F6A27) is unknown color: approx Dell. HEX triplet: 3F, 6A and 27. RGB value is (63,106,39). Sum of RGB (Red+Green+Blue) = 63+106+39=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A27 is #C095D8. Grayscale: #555555. Windows color (decimal): -12621273 or 2583103. OLE color: 2583103.

HSL color Cylindrical-coordinate representation of color #3F6A27: hue angle of 98.51º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F6A27 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB6310639-
CMYK0.4100.630.58
HSL98.51º46.21%28.43%-
HSV(B)98.51º63.21%41.57%-
XYZ7.5711.513.74-
YUV85.5101.75111.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 106 (41.80% from 255) = 50.96%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=30.29%
G=50.96%
B=18.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106390.4100.630.5898.5146.2128.43
Hex3F6A272903F3A632e1c
Octal771524751077721435634
Binary11111111010101001111010010111111111010110001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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