#3F6120

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

Shades of Dell #3F6120

Tints of Dell #3F6120

Color information

#3F6120 (or 0x3F6120) is unknown color: approx Dell. HEX triplet: 3F, 61 and 20. RGB value is (63,97,32). Sum of RGB (Red+Green+Blue) = 63+97+32=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6120 is #C09EDF. Grayscale: #4F4F4F. Windows color (decimal): -12623584 or 2122047. OLE color: 2122047.

HSL color Cylindrical-coordinate representation of color #3F6120: hue angle of 91.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F6120 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB639732-
CMYK0.3500.670.62
HSL91.38º50.39%25.29%-
HSV(B)91.38º67.01%38.04%-
XYZ6.599.712.89-
YUV79.42101.24116.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=32.81%
G=50.52%
B=16.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397320.3500.670.6291.3850.3925.29
Hex3F6120230433E5b3219
Octal7714140430103761336231
Binary111111110000110000010001101000011111110101101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,32); }

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

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

 a { background-color: rgb(63,97,32); }

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

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

 span { border-color: rgb(63,97,32); }

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