#3F6826

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

Shades of Dell #3F6826

Tints of Dell #3F6826

Color information

#3F6826 (or 0x3F6826) is unknown color: approx Dell. HEX triplet: 3F, 68 and 26. RGB value is (63,104,38). Sum of RGB (Red+Green+Blue) = 63+104+38=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6826 is #C097D9. Grayscale: #545454. Windows color (decimal): -12621786 or 2517055. OLE color: 2517055.

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

Color convert

RGB6310438-
CMYK0.3900.630.59
HSL97.27º46.48%27.84%-
HSV(B)97.27º63.46%40.78%-
XYZ7.3511.13.59-
YUV84.22101.92112.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=30.73%
G=50.73%
B=18.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63104380.3900.630.5997.2746.4827.84
Hex3F68262703F3B612e1c
Octal771504647077731415634
Binary11111111010001001101001110111111111011110000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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