#3F6029

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

Shades of Dell #3F6029

Tints of Dell #3F6029

Color information

#3F6029 (or 0x3F6029) is unknown color: approx Dell. HEX triplet: 3F, 60 and 29. RGB value is (63,96,41). Sum of RGB (Red+Green+Blue) = 63+96+41=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6029 is #C09FD6. Grayscale: #505050. Windows color (decimal): -12623831 or 2711615. OLE color: 2711615.

HSL color Cylindrical-coordinate representation of color #3F6029: hue angle of 96º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6029 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB639641-
CMYK0.3400.570.62
HSL96º40.15%26.86%-
HSV(B)96º57.29%37.65%-
XYZ6.639.583.6-
YUV79.86106.07115.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=31.5%
G=48%
B=20.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396410.3400.570.629640.1526.86
Hex3F6029220393E60281b
Octal771405142071761405033
Binary11111111000001010011000100111001111110110000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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