#3F5D28

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

Shades of Dell #3F5D28

Tints of Dell #3F5D28

Color information

#3F5D28 (or 0x3F5D28) is unknown color: approx Dell. HEX triplet: 3F, 5D and 28. RGB value is (63,93,40). Sum of RGB (Red+Green+Blue) = 63+93+40=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5D28 is #C0A2D7. Grayscale: #4E4E4E. Windows color (decimal): -12624600 or 2645311. OLE color: 2645311.

HSL color Cylindrical-coordinate representation of color #3F5D28: hue angle of 93.96º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F5D28 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB639340-
CMYK0.3200.570.64
HSL93.96º39.85%26.08%-
HSV(B)93.96º56.99%36.47%-
XYZ6.359.043.42-
YUV77.99106.56117.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=32.14%
G=47.45%
B=20.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6393400.3200.570.6493.9639.8526.08
Hex3F5D2820039405e281a
Octal7713550400711001365032
Binary111111101110110100010000001110011000000101111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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