#3F6828

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

Shades of Dell #3F6828

Tints of Dell #3F6828

Color information

#3F6828 (or 0x3F6828) is unknown color: approx Dell. HEX triplet: 3F, 68 and 28. RGB value is (63,104,40). Sum of RGB (Red+Green+Blue) = 63+104+40=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6828 is #C097D7. Grayscale: #545454. Windows color (decimal): -12621784 or 2648127. OLE color: 2648127.

HSL color Cylindrical-coordinate representation of color #3F6828: hue angle of 98.44º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F6828 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB6310440-
CMYK0.3900.620.59
HSL98.44º44.44%28.24%-
HSV(B)98.44º61.54%40.78%-
XYZ7.3811.113.76-
YUV84.44102.92112.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=30.43%
G=50.24%
B=19.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63104400.3900.620.5998.4444.4428.24
Hex3F68282703E3B622c1c
Octal771505047076731425434
Binary11111111010001010001001110111110111011110001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,40); }

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

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

 a { background-color: rgb(63,104,40); }

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

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

 span { border-color: rgb(63,104,40); }

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