#3F6028

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

Shades of Dell #3F6028

Tints of Dell #3F6028

Color information

#3F6028 (or 0x3F6028) is unknown color: approx Dell. HEX triplet: 3F, 60 and 28. RGB value is (63,96,40). Sum of RGB (Red+Green+Blue) = 63+96+40=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6028 is #C09FD7. Grayscale: #4F4F4F. Windows color (decimal): -12623832 or 2646079. OLE color: 2646079.

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

Color convert

RGB639640-
CMYK0.3400.580.62
HSL95.36º41.18%26.67%-
HSV(B)95.36º58.33%37.65%-
XYZ6.629.583.51-
YUV79.75105.57116.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=31.66%
G=48.24%
B=20.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396400.3400.580.6295.3641.1826.67
Hex3F60282203A3E5f291b
Octal771405042072761375133
Binary11111111000001010001000100111010111110101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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