#3F6929

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

Shades of Dell #3F6929

Tints of Dell #3F6929

Color information

#3F6929 (or 0x3F6929) is unknown color: approx Dell. HEX triplet: 3F, 69 and 29. RGB value is (63,105,41). Sum of RGB (Red+Green+Blue) = 63+105+41=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6929 is #C096D6. Grayscale: #555555. Windows color (decimal): -12621527 or 2713919. OLE color: 2713919.

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

Color convert

RGB6310541-
CMYK0.400.610.59
HSL99.38º43.84%28.63%-
HSV(B)99.38º60.95%41.18%-
XYZ7.511.323.89-
YUV85.15103.09112.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=30.14%
G=50.24%
B=19.62%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63105410.400.610.5999.3843.8428.63
Hex3F69292803D3B632c1d
Octal771515150075731435435
Binary11111111010011010011010000111101111011110001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,105,41); }

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

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

 a { background-color: rgb(63,105,41); }

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

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

 span { border-color: rgb(63,105,41); }

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